#6AE7C9

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

Shades of Downy #6AE7C9

Tints of Downy #6AE7C9

Color information

#6AE7C9 (or 0x6AE7C9) is unknown color: approx Downy. HEX triplet: 6A, E7 and C9. RGB value is (106,231,201). Sum of RGB (Red+Green+Blue) = 106+231+201=538 (71% of max value = 765). Red value is 106 (41.80% from 255 or 19.70% from 538); Green value is 231 (90.62% from 255 or 42.94% from 538); Blue value is 201 (78.91% from 255 or 37.36% from 538); Max value from RGB is 231 - color contains mainly: green. Hex color #6AE7C9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AE7C9 is #951836. Grayscale: #BEBEBE. Windows color (decimal): -9771063 or 13231978. OLE color: 13231978.

HSL color Cylindrical-coordinate representation of color #6AE7C9: hue angle of 165.6º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6AE7C9 is Cyan = 0.54, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.09.

Color convert

RGB106231201-
CMYK0.5400.130.09
HSL165.6º72.25%66.08%-
HSV(B)165.6º54.11%90.59%-
XYZ45.0664.4365.32-
YUV190.2134.0967.94-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 19.70%
GREEN value IS 231 (90.62% from 255) = 42.94%
BLUE value IS 201 (78.91% from 255) = 37.36%
R=19.70%
G=42.94%
B=37.36%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1062312010.5400.130.09165.672.2566.08
Hex6AE7C9360D9a64842
Octal1523473116601511246110102
Binary110101011100111110010011101100110110011010011010010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AE7C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,231,201); }

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

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

 a { background-color: rgb(106,231,201); }

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

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

 span { border-color: rgb(106,231,201); }

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