#ACC4CA

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

Shades of Heather #ACC4CA

Tints of Heather #ACC4CA

Color information

#ACC4CA (or 0xACC4CA) is unknown color: approx Heather. HEX triplet: AC, C4 and CA. RGB value is (172,196,202). Sum of RGB (Red+Green+Blue) = 172+196+202=570 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.18% from 570); Green value is 196 (76.95% from 255 or 34.39% from 570); Blue value is 202 (79.30% from 255 or 35.44% from 570); Max value from RGB is 202 - color contains mainly: blue. Hex color #ACC4CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC4CA is #533B35. Grayscale: #BDBDBD. Windows color (decimal): -5454646 or 13288620. OLE color: 13288620.

HSL color Cylindrical-coordinate representation of color #ACC4CA: hue angle of 192º degrees, saturation: 0.22, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ACC4CA is Cyan = 0.15, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB172196202-
CMYK0.150.0300.21
HSL192º22.06%73.33%-
HSV(B)192º14.85%79.22%-
XYZ47.4152.5163.51-
YUV189.51135.05115.51-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.18%
GREEN value IS 196 (76.95% from 255) = 34.39%
BLUE value IS 202 (79.30% from 255) = 35.44%
R=30.18%
G=34.39%
B=35.44%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1721962020.150.0300.2119222.0673.33
HexACC4CAF3015c01649
Octal25430431217302530026111
Binary10101100110001001100101011111101010111000000101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC4CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC4CA; }

 p { color: rgb(172,196,202); }

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

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

 a { background-color: rgb(172,196,202); }

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

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

 span { border-color: rgb(172,196,202); }

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