#ACCABE

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

Shades of Opal #ACCABE

Tints of Opal #ACCABE

Color information

#ACCABE (or 0xACCABE) is unknown color: approx Opal. HEX triplet: AC, CA and BE. RGB value is (172,202,190). Sum of RGB (Red+Green+Blue) = 172+202+190=564 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.50% from 564); Green value is 202 (79.30% from 255 or 35.82% from 564); Blue value is 190 (74.61% from 255 or 33.69% from 564); Max value from RGB is 202 - color contains mainly: green. Hex color #ACCABE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCABE is #533541. Grayscale: #BFBFBF. Windows color (decimal): -5453122 or 12503724. OLE color: 12503724.

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

Color convert

RGB172202190-
CMYK0.1500.060.21
HSL156º22.06%73.33%-
HSV(B)156º14.85%79.22%-
XYZ47.4354.7356.78-
YUV191.66127.06113.98-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.50%
GREEN value IS 202 (79.30% from 255) = 35.82%
BLUE value IS 190 (74.61% from 255) = 33.69%
R=30.50%
G=35.82%
B=33.69%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1722021900.1500.060.2115622.0673.33
HexACCABEF06159c1649
Octal25431227617062523426111
Binary101011001100101010111110111101101010110011100101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCABE; }

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

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

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

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

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

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

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

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