#ABCCC0

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

Shades of Opal #ABCCC0

Tints of Opal #ABCCC0

Color information

#ABCCC0 (or 0xABCCC0) is unknown color: approx Opal. HEX triplet: AB, CC and C0. RGB value is (171,204,192). Sum of RGB (Red+Green+Blue) = 171+204+192=567 (75% of max value = 765). Red value is 171 (67.19% from 255 or 30.16% from 567); Green value is 204 (80.08% from 255 or 35.98% from 567); Blue value is 192 (75.39% from 255 or 33.86% from 567); Max value from RGB is 204 - color contains mainly: green. Hex color #ABCCC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCCC0 is #54333F. Grayscale: #C0C0C0. Windows color (decimal): -5518144 or 12635307. OLE color: 12635307.

HSL color Cylindrical-coordinate representation of color #ABCCC0: hue angle of 158.18º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ABCCC0 is Cyan = 0.16, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.2.

Color convert

RGB171204192-
CMYK0.1600.060.2
HSL158.18º24.44%73.53%-
HSV(B)158.18º16.18%80%-
XYZ47.955.6558.09-
YUV192.76127.57112.48-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.16%
GREEN value IS 204 (80.08% from 255) = 35.98%
BLUE value IS 192 (75.39% from 255) = 33.86%
R=30.16%
G=35.98%
B=33.86%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1712041920.1600.060.2158.1824.4473.53
HexABCCC01006149e184a
Octal25331430020062423630112
Binary1010101111001100110000001000001101010010011110110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABCCC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABCCC0; }

 p { color: rgb(171,204,192); }

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

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

 a { background-color: rgb(171,204,192); }

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

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

 span { border-color: rgb(171,204,192); }

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