#ACCBC3

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

Shades of Opal #ACCBC3

Tints of Opal #ACCBC3

Color information

#ACCBC3 (or 0xACCBC3) is unknown color: approx Opal. HEX triplet: AC, CB and C3. RGB value is (172,203,195). Sum of RGB (Red+Green+Blue) = 172+203+195=570 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.18% from 570); Green value is 203 (79.69% from 255 or 35.61% from 570); Blue value is 195 (76.56% from 255 or 34.21% from 570); Max value from RGB is 203 - color contains mainly: green. Hex color #ACCBC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCBC3 is #53343C. Grayscale: #C0C0C0. Windows color (decimal): -5452861 or 12831660. OLE color: 12831660.

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

Color convert

RGB172203195-
CMYK0.1500.040.20
HSL164.52º22.96%73.53%-
HSV(B)164.52º15.27%79.61%-
XYZ48.2255.4259.79-
YUV192.82129.23113.15-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.18%
GREEN value IS 203 (79.69% from 255) = 35.61%
BLUE value IS 195 (76.56% from 255) = 34.21%
R=30.18%
G=35.61%
B=34.21%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1722031950.1500.040.20164.5222.9673.53
HexACCBC3F0414a5174a
Octal25431330317042424527112
Binary101011001100101111000011111101001010010100101101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCBC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCBC3; }

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

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

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

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

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

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

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

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