#ABCCC4

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

Shades of Opal #ABCCC4

Tints of Opal #ABCCC4

Color information

#ABCCC4 (or 0xABCCC4) is unknown color: approx Opal. HEX triplet: AB, CC and C4. RGB value is (171,204,196). Sum of RGB (Red+Green+Blue) = 171+204+196=571 (75% of max value = 765). Red value is 171 (67.19% from 255 or 29.95% from 571); Green value is 204 (80.08% from 255 or 35.73% from 571); Blue value is 196 (76.95% from 255 or 34.33% from 571); Max value from RGB is 204 - color contains mainly: green. Hex color #ABCCC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCCC4 is #54333B. Grayscale: #C1C1C1. Windows color (decimal): -5518140 or 12897451. OLE color: 12897451.

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

Color convert

RGB171204196-
CMYK0.1600.040.2
HSL165.45º24.44%73.53%-
HSV(B)165.45º16.18%80%-
XYZ48.3555.8360.45-
YUV193.22129.57112.15-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.95%
GREEN value IS 204 (80.08% from 255) = 35.73%
BLUE value IS 196 (76.95% from 255) = 34.33%
R=29.95%
G=35.73%
B=34.33%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1712041960.1600.040.2165.4524.4473.53
HexABCCC4100414a5184a
Octal25331430420042424530112
Binary1010101111001100110001001000001001010010100101110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABCCC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABCCC4; }

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

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

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

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

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

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

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

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