#ABCAC4

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

Shades of Opal #ABCAC4

Tints of Opal #ABCAC4

Color information

#ABCAC4 (or 0xABCAC4) is unknown color: approx Opal. HEX triplet: AB, CA and C4. RGB value is (171,202,196). Sum of RGB (Red+Green+Blue) = 171+202+196=569 (75% of max value = 765). Red value is 171 (67.19% from 255 or 30.05% from 569); Green value is 202 (79.30% from 255 or 35.50% from 569); Blue value is 196 (76.95% from 255 or 34.45% from 569); Max value from RGB is 202 - color contains mainly: green. Hex color #ABCAC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCAC4 is #54353B. Grayscale: #C0C0C0. Windows color (decimal): -5518652 or 12896939. OLE color: 12896939.

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

Color convert

RGB171202196-
CMYK0.1500.030.21
HSL168.39º22.63%73.14%-
HSV(B)168.39º15.35%79.22%-
XYZ47.8854.8860.29-
YUV192.05130.23112.99-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.05%
GREEN value IS 202 (79.30% from 255) = 35.50%
BLUE value IS 196 (76.95% from 255) = 34.45%
R=30.05%
G=35.50%
B=34.45%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1712021960.1500.030.21168.3922.6373.14
HexABCAC4F0315a81749
Octal25331230417032525027111
Binary10101011110010101100010011110111010110101000101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABCAC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABCAC4; }

 p { color: rgb(171,202,196); }

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

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

 a { background-color: rgb(171,202,196); }

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

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

 span { border-color: rgb(171,202,196); }

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