#6ACEC8

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

Shades of Downy #6ACEC8

Tints of Downy #6ACEC8

Color information

#6ACEC8 (or 0x6ACEC8) is unknown color: approx Downy. HEX triplet: 6A, CE and C8. RGB value is (106,206,200). Sum of RGB (Red+Green+Blue) = 106+206+200=512 (67% of max value = 765). Red value is 106 (41.80% from 255 or 20.70% from 512); Green value is 206 (80.86% from 255 or 40.23% from 512); Blue value is 200 (78.52% from 255 or 39.06% from 512); Max value from RGB is 206 - color contains mainly: green. Hex color #6ACEC8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ACEC8 is #953137. Grayscale: #AFAFAF. Windows color (decimal): -9777464 or 13160042. OLE color: 13160042.

HSL color Cylindrical-coordinate representation of color #6ACEC8: hue angle of 176.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 #6ACEC8 is Cyan = 0.49, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.19.

Color convert

RGB106206200-
CMYK0.4900.030.19
HSL176.4º50.51%61.18%-
HSV(B)176.4º48.54%80.78%-
XYZ38.4451.3862.53-
YUV175.42141.8778.49-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 20.70%
GREEN value IS 206 (80.86% from 255) = 40.23%
BLUE value IS 200 (78.52% from 255) = 39.06%
R=20.70%
G=40.23%
B=39.06%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1062062000.4900.030.19176.450.5161.18
Hex6ACEC8310313b0333d
Octal1523163106103232606375
Binary110101011001110110010001100010111001110110000110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ACEC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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