#ACCBC6

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

Shades of Opal #ACCBC6

Tints of Opal #ACCBC6

Color information

#ACCBC6 (or 0xACCBC6) is unknown color: approx Opal. HEX triplet: AC, CB and C6. RGB value is (172,203,198). Sum of RGB (Red+Green+Blue) = 172+203+198=573 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.02% from 573); Green value is 203 (79.69% from 255 or 35.43% from 573); Blue value is 198 (77.73% from 255 or 34.55% from 573); Max value from RGB is 203 - color contains mainly: green. Hex color #ACCBC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCBC6 is #533439. Grayscale: #C1C1C1. Windows color (decimal): -5452858 or 13028268. OLE color: 13028268.

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

Color convert

RGB172203198-
CMYK0.1500.020.20
HSL170.32º22.96%73.53%-
HSV(B)170.32º15.27%79.61%-
XYZ48.5655.5661.59-
YUV193.16130.73112.91-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.02%
GREEN value IS 203 (79.69% from 255) = 35.43%
BLUE value IS 198 (77.73% from 255) = 34.55%
R=30.02%
G=35.43%
B=34.55%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1722031980.1500.020.20170.3222.9673.53
HexACCBC6F0214aa174a
Octal25431330617022425227112
Binary10101100110010111100011011110101010010101010101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCBC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCBC6; }

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

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

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

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

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

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

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

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