#6AE4CD

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

Shades of Downy #6AE4CD

Tints of Downy #6AE4CD

Color information

#6AE4CD (or 0x6AE4CD) is unknown color: approx Downy. HEX triplet: 6A, E4 and CD. RGB value is (106,228,205). Sum of RGB (Red+Green+Blue) = 106+228+205=539 (71% of max value = 765). Red value is 106 (41.80% from 255 or 19.67% from 539); Green value is 228 (89.45% from 255 or 42.30% from 539); Blue value is 205 (80.47% from 255 or 38.03% from 539); Max value from RGB is 228 - color contains mainly: green. Hex color #6AE4CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6AE4CD is #951B32. Grayscale: #BCBCBC. Windows color (decimal): -9771827 or 13493354. OLE color: 13493354.

HSL color Cylindrical-coordinate representation of color #6AE4CD: hue angle of 168.69º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6AE4CD is Cyan = 0.54, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.11.

Color convert

RGB106228205-
CMYK0.5400.100.11
HSL168.69º69.32%65.49%-
HSV(B)168.69º53.51%89.41%-
XYZ44.7162.9667.55-
YUV188.9137.0868.87-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 19.67%
GREEN value IS 228 (89.45% from 255) = 42.30%
BLUE value IS 205 (80.47% from 255) = 38.03%
R=19.67%
G=42.30%
B=38.03%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1062282050.5400.100.11168.6969.3265.49
Hex6AE4CD360ABa94541
Octal1523443156601213251105101
Binary110101011100100110011011101100101010111010100110001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AE4CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,228,205); }

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

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

 a { background-color: rgb(106,228,205); }

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

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

 span { border-color: rgb(106,228,205); }

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