#6AE6C3

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

Shades of Downy #6AE6C3

Tints of Downy #6AE6C3

Color information

#6AE6C3 (or 0x6AE6C3) is unknown color: approx Downy. HEX triplet: 6A, E6 and C3. RGB value is (106,230,195). Sum of RGB (Red+Green+Blue) = 106+230+195=531 (70% of max value = 765). Red value is 106 (41.80% from 255 or 19.96% from 531); Green value is 230 (90.23% from 255 or 43.31% from 531); Blue value is 195 (76.56% from 255 or 36.72% from 531); Max value from RGB is 230 - color contains mainly: green. Hex color #6AE6C3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AE6C3 is #95193C. Grayscale: #BCBCBC. Windows color (decimal): -9771325 or 12838506. OLE color: 12838506.

HSL color Cylindrical-coordinate representation of color #6AE6C3: hue angle of 163.06º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6AE6C3 is Cyan = 0.54, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.10.

Color convert

RGB106230195-
CMYK0.5400.150.10
HSL163.06º71.26%65.88%-
HSV(B)163.06º53.91%90.2%-
XYZ44.0963.661.58-
YUV188.93131.4268.85-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 19.96%
GREEN value IS 230 (90.23% from 255) = 43.31%
BLUE value IS 195 (76.56% from 255) = 36.72%
R=19.96%
G=43.31%
B=36.72%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1062301950.5400.150.10163.0671.2665.88
Hex6AE6C3360FAa34742
Octal1523463036601712243107102
Binary110101011100110110000111101100111110101010001110001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AE6C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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