#6AE3BF

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

Shades of Downy #6AE3BF

Tints of Downy #6AE3BF

Color information

#6AE3BF (or 0x6AE3BF) is unknown color: approx Downy. HEX triplet: 6A, E3 and BF. RGB value is (106,227,191). Sum of RGB (Red+Green+Blue) = 106+227+191=524 (69% of max value = 765). Red value is 106 (41.80% from 255 or 20.23% from 524); Green value is 227 (89.06% from 255 or 43.32% from 524); Blue value is 191 (75% from 255 or 36.45% from 524); Max value from RGB is 227 - color contains mainly: green. Hex color #6AE3BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6AE3BF is #951C40. Grayscale: #BABABA. Windows color (decimal): -9772097 or 12575594. OLE color: 12575594.

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

Color convert

RGB106227191-
CMYK0.5300.160.11
HSL162.15º68.36%65.29%-
HSV(B)162.15º53.3%89.02%-
XYZ42.8261.7658.96-
YUV186.72130.4170.43-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 20.23%
GREEN value IS 227 (89.06% from 255) = 43.32%
BLUE value IS 191 (75% from 255) = 36.45%
R=20.23%
G=43.32%
B=36.45%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1062271910.5300.160.11162.1568.3665.29
Hex6AE3BF35010Ba24441
Octal1523432776502013242104101
Binary1101010111000111011111111010101000010111010001010001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AE3BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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