#ACCBC4

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

Shades of Opal #ACCBC4

Tints of Opal #ACCBC4

Color information

#ACCBC4 (or 0xACCBC4) is unknown color: approx Opal. HEX triplet: AC, CB and C4. RGB value is (172,203,196). Sum of RGB (Red+Green+Blue) = 172+203+196=571 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.12% from 571); Green value is 203 (79.69% from 255 or 35.55% from 571); Blue value is 196 (76.95% from 255 or 34.33% from 571); Max value from RGB is 203 - color contains mainly: green. Hex color #ACCBC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCBC4 is #53343B. Grayscale: #C0C0C0. Windows color (decimal): -5452860 or 12897196. OLE color: 12897196.

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

Color convert

RGB172203196-
CMYK0.1500.030.20
HSL166.45º22.96%73.53%-
HSV(B)166.45º15.27%79.61%-
XYZ48.3355.4760.38-
YUV192.93129.73113.07-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.12%
GREEN value IS 203 (79.69% from 255) = 35.55%
BLUE value IS 196 (76.95% from 255) = 34.33%
R=30.12%
G=35.55%
B=34.33%

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
Decimal1722031960.1500.030.20166.4522.9673.53
HexACCBC4F0314a6174a
Octal25431330417032424627112
Binary10101100110010111100010011110111010010100110101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCBC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCBC4; }

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

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

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

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

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

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

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

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