#6AE8B8

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

Shades of Downy #6AE8B8

Tints of Downy #6AE8B8

Color information

#6AE8B8 (or 0x6AE8B8) is unknown color: approx Downy. HEX triplet: 6A, E8 and B8. RGB value is (106,232,184). Sum of RGB (Red+Green+Blue) = 106+232+184=522 (69% of max value = 765). Red value is 106 (41.80% from 255 or 20.31% from 522); Green value is 232 (91.02% from 255 or 44.44% from 522); Blue value is 184 (72.27% from 255 or 35.25% from 522); Max value from RGB is 232 - color contains mainly: green. Hex color #6AE8B8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AE8B8 is #951747. Grayscale: #BCBCBC. Windows color (decimal): -9770824 or 12118122. OLE color: 12118122.

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

Color convert

RGB106232184-
CMYK0.5400.210.09
HSL157.14º73.26%66.27%-
HSV(B)157.14º54.31%90.98%-
XYZ43.4564.2455.46-
YUV188.85125.2668.9-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 20.31%
GREEN value IS 232 (91.02% from 255) = 44.44%
BLUE value IS 184 (72.27% from 255) = 35.25%
R=20.31%
G=44.44%
B=35.25%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1062321840.5400.210.09157.1473.2666.27
Hex6AE8B83601599d4942
Octal1523502706602511235111102
Binary1101010111010001011100011011001010110011001110110010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AE8B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,232,184); }

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

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

 a { background-color: rgb(106,232,184); }

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

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

 span { border-color: rgb(106,232,184); }

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