#ACCABF

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

Shades of Opal #ACCABF

Tints of Opal #ACCABF

Color information

#ACCABF (or 0xACCABF) is unknown color: approx Opal. HEX triplet: AC, CA and BF. RGB value is (172,202,191). Sum of RGB (Red+Green+Blue) = 172+202+191=565 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.44% from 565); Green value is 202 (79.30% from 255 or 35.75% from 565); Blue value is 191 (75% from 255 or 33.81% from 565); Max value from RGB is 202 - color contains mainly: green. Hex color #ACCABF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCABF is #533540. Grayscale: #BFBFBF. Windows color (decimal): -5453121 or 12569260. OLE color: 12569260.

HSL color Cylindrical-coordinate representation of color #ACCABF: hue angle of 158º 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 #ACCABF is Cyan = 0.15, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.

Color convert

RGB172202191-
CMYK0.1500.050.21
HSL158º22.06%73.33%-
HSV(B)158º14.85%79.22%-
XYZ47.5454.7757.36-
YUV191.78127.56113.89-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.44%
GREEN value IS 202 (79.30% from 255) = 35.75%
BLUE value IS 191 (75% from 255) = 33.81%
R=30.44%
G=35.75%
B=33.81%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1722021910.1500.050.2115822.0673.33
HexACCABFF05159e1649
Octal25431227717052523626111
Binary101011001100101010111111111101011010110011110101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCABF; }

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

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

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

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

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

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

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

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