#ACCFC0

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

Shades of Tiara #ACCFC0

Tints of Tiara #ACCFC0

Color information

#ACCFC0 (or 0xACCFC0) is unknown color: approx Tiara. HEX triplet: AC, CF and C0. RGB value is (172,207,192). Sum of RGB (Red+Green+Blue) = 172+207+192=571 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.12% from 571); Green value is 207 (81.25% from 255 or 36.25% from 571); Blue value is 192 (75.39% from 255 or 33.63% from 571); Max value from RGB is 207 - color contains mainly: green. Hex color #ACCFC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCFC0 is #53303F. Grayscale: #C2C2C2. Windows color (decimal): -5451840 or 12636076. OLE color: 12636076.

HSL color Cylindrical-coordinate representation of color #ACCFC0: hue angle of 154.29º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ACCFC0 is Cyan = 0.17, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.

Color convert

RGB172207192-
CMYK0.1700.070.19
HSL154.29º26.72%74.31%-
HSV(B)154.29º16.91%81.18%-
XYZ48.8457.258.34-
YUV194.82126.4111.72-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.12%
GREEN value IS 207 (81.25% from 255) = 36.25%
BLUE value IS 192 (75.39% from 255) = 33.63%
R=30.12%
G=36.25%
B=33.63%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1722071920.1700.070.19154.2926.7274.31
HexACCFC01107139a1b4a
Octal25431730021072323233112
Binary1010110011001111110000001000101111001110011010110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCFC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCFC0; }

 p { color: rgb(172,207,192); }

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

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

 a { background-color: rgb(172,207,192); }

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

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

 span { border-color: rgb(172,207,192); }

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