#ACCEC4

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

Shades of Opal #ACCEC4

Tints of Opal #ACCEC4

Color information

#ACCEC4 (or 0xACCEC4) is unknown color: approx Opal. HEX triplet: AC, CE and C4. RGB value is (172,206,196). Sum of RGB (Red+Green+Blue) = 172+206+196=574 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.97% from 574); Green value is 206 (80.86% from 255 or 35.89% from 574); Blue value is 196 (76.95% from 255 or 34.15% from 574); Max value from RGB is 206 - color contains mainly: green. Hex color #ACCEC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCEC4 is #53313B. Grayscale: #C2C2C2. Windows color (decimal): -5452092 or 12897964. OLE color: 12897964.

HSL color Cylindrical-coordinate representation of color #ACCEC4: hue angle of 162.35º degrees, saturation: 0.26, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ACCEC4 is Cyan = 0.17, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.

Color convert

RGB172206196-
CMYK0.1700.050.19
HSL162.35º25.76%74.12%-
HSV(B)162.35º16.5%80.78%-
XYZ49.0556.960.62-
YUV194.69128.74111.81-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.97%
GREEN value IS 206 (80.86% from 255) = 35.89%
BLUE value IS 196 (76.95% from 255) = 34.15%
R=29.97%
G=35.89%
B=34.15%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1722061960.1700.050.19162.3525.7674.12
HexACCEC4110513a21a4a
Octal25431630421052324232112
Binary1010110011001110110001001000101011001110100010110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCEC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCEC4; }

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

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

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

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

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

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

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

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