#ACC4D0

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

Shades of Heather #ACC4D0

Tints of Heather #ACC4D0

Color information

#ACC4D0 (or 0xACC4D0) is unknown color: approx Heather. HEX triplet: AC, C4 and D0. RGB value is (172,196,208). Sum of RGB (Red+Green+Blue) = 172+196+208=576 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.86% from 576); Green value is 196 (76.95% from 255 or 34.03% from 576); Blue value is 208 (81.64% from 255 or 36.11% from 576); Max value from RGB is 208 - color contains mainly: blue. Hex color #ACC4D0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC4D0 is #533B2F. Grayscale: #BEBEBE. Windows color (decimal): -5454640 or 13681836. OLE color: 13681836.

HSL color Cylindrical-coordinate representation of color #ACC4D0: hue angle of 200º degrees, saturation: 0.28, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ACC4D0 is Cyan = 0.17, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB172196208-
CMYK0.170.0600.18
HSL200º27.69%74.51%-
HSV(B)200º17.31%81.57%-
XYZ48.1452.867.33-
YUV190.19138.05115.02-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.86%
GREEN value IS 196 (76.95% from 255) = 34.03%
BLUE value IS 208 (81.64% from 255) = 36.11%
R=29.86%
G=34.03%
B=36.11%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1721962080.170.0600.1820027.6974.51
HexACC4D0116012c81c4b
Octal25430432021602231034113
Binary1010110011000100110100001000111001001011001000111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC4D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC4D0; }

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

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

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

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

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

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

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

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