#6AE5CE

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

Shades of Downy #6AE5CE

Tints of Downy #6AE5CE

Color information

#6AE5CE (or 0x6AE5CE) is unknown color: approx Downy. HEX triplet: 6A, E5 and CE. RGB value is (106,229,206). Sum of RGB (Red+Green+Blue) = 106+229+206=541 (71% of max value = 765). Red value is 106 (41.80% from 255 or 19.59% from 541); Green value is 229 (89.84% from 255 or 42.33% from 541); Blue value is 206 (80.86% from 255 or 38.08% from 541); Max value from RGB is 229 - color contains mainly: green. Hex color #6AE5CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6AE5CE is #951A31. Grayscale: #BDBDBD. Windows color (decimal): -9771570 or 13559146. OLE color: 13559146.

HSL color Cylindrical-coordinate representation of color #6AE5CE: hue angle of 168.78º degrees, saturation: 0.7, 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 #6AE5CE is Cyan = 0.54, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.10.

Color convert

RGB106229206-
CMYK0.5400.100.10
HSL168.78º70.29%65.69%-
HSV(B)168.78º53.71%89.8%-
XYZ45.163.5668.28-
YUV189.6137.2568.37-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 19.59%
GREEN value IS 229 (89.84% from 255) = 42.33%
BLUE value IS 206 (80.86% from 255) = 38.08%
R=19.59%
G=42.33%
B=38.08%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1062292060.5400.100.10168.7870.2965.69
Hex6AE5CE360AAa94642
Octal1523453166601212251106102
Binary110101011100101110011101101100101010101010100110001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AE5CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,229,206); }

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

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

 a { background-color: rgb(106,229,206); }

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

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

 span { border-color: rgb(106,229,206); }

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