#6AE7CE

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

Shades of Downy #6AE7CE

Tints of Downy #6AE7CE

Color information

#6AE7CE (or 0x6AE7CE) is unknown color: approx Downy. HEX triplet: 6A, E7 and CE. RGB value is (106,231,206). Sum of RGB (Red+Green+Blue) = 106+231+206=543 (71% of max value = 765). Red value is 106 (41.80% from 255 or 19.52% from 543); Green value is 231 (90.62% from 255 or 42.54% from 543); Blue value is 206 (80.86% from 255 or 37.94% from 543); Max value from RGB is 231 - color contains mainly: green. Hex color #6AE7CE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AE7CE is #951831. Grayscale: #BEBEBE. Windows color (decimal): -9771058 or 13559658. OLE color: 13559658.

HSL color Cylindrical-coordinate representation of color #6AE7CE: hue angle of 168º 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 #6AE7CE is Cyan = 0.54, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.09.

Color convert

RGB106231206-
CMYK0.5400.110.09
HSL168º72.25%66.08%-
HSV(B)168º54.11%90.59%-
XYZ45.6664.6768.47-
YUV190.77136.5967.53-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 19.52%
GREEN value IS 231 (90.62% from 255) = 42.54%
BLUE value IS 206 (80.86% from 255) = 37.94%
R=19.52%
G=42.54%
B=37.94%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1062312060.5400.110.0916872.2566.08
Hex6AE7CE360B9a84842
Octal1523473166601311250110102
Binary110101011100111110011101101100101110011010100010010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AE7CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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