#6AE4C3

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

Shades of Downy #6AE4C3

Tints of Downy #6AE4C3

Color information

#6AE4C3 (or 0x6AE4C3) is unknown color: approx Downy. HEX triplet: 6A, E4 and C3. RGB value is (106,228,195). Sum of RGB (Red+Green+Blue) = 106+228+195=529 (70% of max value = 765). Red value is 106 (41.80% from 255 or 20.04% from 529); Green value is 228 (89.45% from 255 or 43.10% from 529); Blue value is 195 (76.56% from 255 or 36.86% from 529); Max value from RGB is 228 - color contains mainly: green. Hex color #6AE4C3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6AE4C3 is #951B3C. Grayscale: #BBBBBB. Windows color (decimal): -9771837 or 12837994. OLE color: 12837994.

HSL color Cylindrical-coordinate representation of color #6AE4C3: hue angle of 163.77º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6AE4C3 is Cyan = 0.54, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.11.

Color convert

RGB106228195-
CMYK0.5400.140.11
HSL163.77º69.32%65.49%-
HSV(B)163.77º53.51%89.41%-
XYZ43.5462.4961.4-
YUV187.76132.0869.68-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 20.04%
GREEN value IS 228 (89.45% from 255) = 43.10%
BLUE value IS 195 (76.56% from 255) = 36.86%
R=20.04%
G=43.10%
B=36.86%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1062281950.5400.140.11163.7769.3265.49
Hex6AE4C3360EBa44541
Octal1523443036601613244105101
Binary110101011100100110000111101100111010111010010010001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AE4C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,228,195); }

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

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

 a { background-color: rgb(106,228,195); }

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

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

 span { border-color: rgb(106,228,195); }

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