#ACCBC5

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

Shades of Opal #ACCBC5

Tints of Opal #ACCBC5

Color information

#ACCBC5 (or 0xACCBC5) is unknown color: approx Opal. HEX triplet: AC, CB and C5. RGB value is (172,203,197). Sum of RGB (Red+Green+Blue) = 172+203+197=572 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.07% from 572); Green value is 203 (79.69% from 255 or 35.49% from 572); Blue value is 197 (77.34% from 255 or 34.44% from 572); Max value from RGB is 203 - color contains mainly: green. Hex color #ACCBC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCBC5 is #53343A. Grayscale: #C1C1C1. Windows color (decimal): -5452859 or 12962732. OLE color: 12962732.

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

Color convert

RGB172203197-
CMYK0.1500.030.20
HSL168.39º22.96%73.53%-
HSV(B)168.39º15.27%79.61%-
XYZ48.4555.5160.99-
YUV193.05130.23112.99-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.07%
GREEN value IS 203 (79.69% from 255) = 35.49%
BLUE value IS 197 (77.34% from 255) = 34.44%
R=30.07%
G=35.49%
B=34.44%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1722031970.1500.030.20168.3922.9673.53
HexACCBC5F0314a8174a
Octal25431330517032425027112
Binary10101100110010111100010111110111010010101000101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCBC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCBC5; }

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

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

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

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

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

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

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

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