#6AE8BE

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

Shades of Downy #6AE8BE

Tints of Downy #6AE8BE

Color information

#6AE8BE (or 0x6AE8BE) is unknown color: approx Downy. HEX triplet: 6A, E8 and BE. RGB value is (106,232,190). Sum of RGB (Red+Green+Blue) = 106+232+190=528 (69% of max value = 765). Red value is 106 (41.80% from 255 or 20.08% from 528); Green value is 232 (91.02% from 255 or 43.94% from 528); Blue value is 190 (74.61% from 255 or 35.98% from 528); Max value from RGB is 232 - color contains mainly: green. Hex color #6AE8BE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AE8BE is #951741. Grayscale: #BDBDBD. Windows color (decimal): -9770818 or 12511338. OLE color: 12511338.

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

Color convert

RGB106232190-
CMYK0.5400.180.09
HSL160º73.26%66.27%-
HSV(B)160º54.31%90.98%-
XYZ44.0964.558.84-
YUV189.54128.2668.42-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 20.08%
GREEN value IS 232 (91.02% from 255) = 43.94%
BLUE value IS 190 (74.61% from 255) = 35.98%
R=20.08%
G=43.94%
B=35.98%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1062321900.5400.180.0916073.2666.27
Hex6AE8BE360129a04942
Octal1523502766602211240111102
Binary1101010111010001011111011011001001010011010000010010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AE8BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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