#6ACEBE

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

Shades of Downy #6ACEBE

Tints of Downy #6ACEBE

Color information

#6ACEBE (or 0x6ACEBE) is unknown color: approx Downy. HEX triplet: 6A, CE and BE. RGB value is (106,206,190). Sum of RGB (Red+Green+Blue) = 106+206+190=502 (66% of max value = 765). Red value is 106 (41.80% from 255 or 21.12% from 502); Green value is 206 (80.86% from 255 or 41.04% from 502); Blue value is 190 (74.61% from 255 or 37.85% from 502); Max value from RGB is 206 - color contains mainly: green. Hex color #6ACEBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ACEBE is #953141. Grayscale: #AEAEAE. Windows color (decimal): -9777474 or 12504682. OLE color: 12504682.

HSL color Cylindrical-coordinate representation of color #6ACEBE: hue angle of 170.4º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6ACEBE is Cyan = 0.49, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.

Color convert

RGB106206190-
CMYK0.4900.080.19
HSL170.4º50.51%61.18%-
HSV(B)170.4º48.54%80.78%-
XYZ37.3150.9256.58-
YUV174.28136.8779.3-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 21.12%
GREEN value IS 206 (80.86% from 255) = 41.04%
BLUE value IS 190 (74.61% from 255) = 37.85%
R=21.12%
G=41.04%
B=37.85%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1062061900.4900.080.19170.450.5161.18
Hex6ACEBE310813aa333d
Octal15231627661010232526375
Binary11010101100111010111110110001010001001110101010110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ACEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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