#6AE6C6

Color #6AE6C6 Downy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Downy #6AE6C6

Tints of Downy #6AE6C6

Color information

#6AE6C6 (or 0x6AE6C6) is unknown color: approx Downy. HEX triplet: 6A, E6 and C6. RGB value is (106,230,198). Sum of RGB (Red+Green+Blue) = 106+230+198=534 (70% of max value = 765). Red value is 106 (41.80% from 255 or 19.85% from 534); Green value is 230 (90.23% from 255 or 43.07% from 534); Blue value is 198 (77.73% from 255 or 37.08% from 534); Max value from RGB is 230 - color contains mainly: green. Hex color #6AE6C6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AE6C6 is #951939. Grayscale: #BDBDBD. Windows color (decimal): -9771322 or 13035114. OLE color: 13035114.

HSL color Cylindrical-coordinate representation of color #6AE6C6: hue angle of 164.52º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6AE6C6 is Cyan = 0.54, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.10.

Color convert

RGB106230198-
CMYK0.5400.140.10
HSL164.52º71.26%65.88%-
HSV(B)164.52º53.91%90.2%-
XYZ44.4363.7463.39-
YUV189.28132.9268.6-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 106 (41.80% from 255) = 19.85%
GREEN value IS 230 (90.23% from 255) = 43.07%
BLUE value IS 198 (77.73% from 255) = 37.08%
R=19.85%
G=43.07%
B=37.08%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1062301980.5400.140.10164.5271.2665.88
Hex6AE6C6360EAa54742
Octal1523463066601612245107102
Binary110101011100110110001101101100111010101010010110001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AE6C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6AE6C6; }

 p { color: rgb(106,230,198); }

 H1.HeaderClassName
 {
   color: #6AE6C6;
 }
 .AnyTagClassName
 {
   color: #6AE6C6;
 }
</style>
background-color css

<style>
 a { background-color: #6AE6C6; }

 a { background-color: rgb(106,230,198); }

 div.DivClassName
 {
   background-color: #6AE6C6;
 }
 .BgClassName
 {
   background-color: #6AE6C6;
 }
</style>
border-color css

<style>
 span { border-color: #6AE6C6; }

 span { border-color: rgb(106,230,198); }

 td.TdClassName
 {
   border-color: #6AE6C6;
 }
 .TagClassName
 {
   border-color: #6AE6C6;
 }
</style>