#6AE3CE

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

Shades of Downy #6AE3CE

Tints of Downy #6AE3CE

Color information

#6AE3CE (or 0x6AE3CE) is unknown color: approx Downy. HEX triplet: 6A, E3 and CE. RGB value is (106,227,206). Sum of RGB (Red+Green+Blue) = 106+227+206=539 (71% of max value = 765). Red value is 106 (41.80% from 255 or 19.67% from 539); Green value is 227 (89.06% from 255 or 42.12% from 539); Blue value is 206 (80.86% from 255 or 38.22% from 539); Max value from RGB is 227 - color contains mainly: green. Hex color #6AE3CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6AE3CE is #951C31. Grayscale: #BCBCBC. Windows color (decimal): -9772082 or 13558634. OLE color: 13558634.

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

Color convert

RGB106227206-
CMYK0.5300.090.11
HSL169.59º68.36%65.29%-
HSV(B)169.59º53.3%89.02%-
XYZ44.5562.4668.1-
YUV188.43137.9169.21-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 19.67%
GREEN value IS 227 (89.06% from 255) = 42.12%
BLUE value IS 206 (80.86% from 255) = 38.22%
R=19.67%
G=42.12%
B=38.22%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1062272060.5300.090.11169.5968.3665.29
Hex6AE3CE3509Baa4441
Octal1523433166501113252104101
Binary110101011100011110011101101010100110111010101010001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AE3CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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