#ABCEC5

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

Shades of Opal #ABCEC5

Tints of Opal #ABCEC5

Color information

#ABCEC5 (or 0xABCEC5) is unknown color: approx Opal. HEX triplet: AB, CE and C5. RGB value is (171,206,197). Sum of RGB (Red+Green+Blue) = 171+206+197=574 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.79% from 574); Green value is 206 (80.86% from 255 or 35.89% from 574); Blue value is 197 (77.34% from 255 or 34.32% from 574); Max value from RGB is 206 - color contains mainly: green. Hex color #ABCEC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCEC5 is #54313A. Grayscale: #C2C2C2. Windows color (decimal): -5517627 or 12963499. OLE color: 12963499.

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

Color convert

RGB171206197-
CMYK0.1700.040.19
HSL164.57º26.32%73.92%-
HSV(B)164.57º16.99%80.78%-
XYZ48.9456.8361.21-
YUV194.51129.4111.23-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.79%
GREEN value IS 206 (80.86% from 255) = 35.89%
BLUE value IS 197 (77.34% from 255) = 34.32%
R=29.79%
G=35.89%
B=34.32%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1712061970.1700.040.19164.5726.3273.92
HexABCEC5110413a51a4a
Octal25331630521042324532112
Binary1010101111001110110001011000101001001110100101110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABCEC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABCEC5; }

 p { color: rgb(171,206,197); }

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

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

 a { background-color: rgb(171,206,197); }

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

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

 span { border-color: rgb(171,206,197); }

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