#ACC5CC

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

Shades of Heather #ACC5CC

Tints of Heather #ACC5CC

Color information

#ACC5CC (or 0xACC5CC) is unknown color: approx Heather. HEX triplet: AC, C5 and CC. RGB value is (172,197,204). Sum of RGB (Red+Green+Blue) = 172+197+204=573 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.02% from 573); Green value is 197 (77.34% from 255 or 34.38% from 573); Blue value is 204 (80.08% from 255 or 35.60% from 573); Max value from RGB is 204 - color contains mainly: blue. Hex color #ACC5CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC5CC is #533A33. Grayscale: #BEBEBE. Windows color (decimal): -5454388 or 13419948. OLE color: 13419948.

HSL color Cylindrical-coordinate representation of color #ACC5CC: hue angle of 193.12º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ACC5CC is Cyan = 0.16, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB172197204-
CMYK0.160.0300.2
HSL193.12º23.88%73.73%-
HSV(B)193.12º15.69%80%-
XYZ47.8853.0664.85-
YUV190.32135.72114.93-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.02%
GREEN value IS 197 (77.34% from 255) = 34.38%
BLUE value IS 204 (80.08% from 255) = 35.60%
R=30.02%
G=34.38%
B=35.60%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1721972040.160.0300.2193.1223.8873.73
HexACC5CC103014c1184a
Octal25430531420302430130112
Binary101011001100010111001100100001101010011000001110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC5CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC5CC; }

 p { color: rgb(172,197,204); }

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

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

 a { background-color: rgb(172,197,204); }

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

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

 span { border-color: rgb(172,197,204); }

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