#ABD0C4

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

Shades of Opal #ABD0C4

Tints of Opal #ABD0C4

Color information

#ABD0C4 (or 0xABD0C4) is unknown color: approx Opal. HEX triplet: AB, D0 and C4. RGB value is (171,208,196). Sum of RGB (Red+Green+Blue) = 171+208+196=575 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.74% from 575); Green value is 208 (81.64% from 255 or 36.17% from 575); Blue value is 196 (76.95% from 255 or 34.09% from 575); Max value from RGB is 208 - color contains mainly: green. Hex color #ABD0C4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABD0C4 is #542F3B. Grayscale: #C3C3C3. Windows color (decimal): -5517116 or 12898475. OLE color: 12898475.

HSL color Cylindrical-coordinate representation of color #ABD0C4: hue angle of 160.54º degrees, saturation: 0.28, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ABD0C4 is Cyan = 0.18, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.18.

Color convert

RGB171208196-
CMYK0.1800.060.18
HSL160.54º28.24%74.31%-
HSV(B)160.54º17.79%81.57%-
XYZ49.3157.7660.77-
YUV195.57128.24110.48-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.74%
GREEN value IS 208 (81.64% from 255) = 36.17%
BLUE value IS 196 (76.95% from 255) = 34.09%
R=29.74%
G=36.17%
B=34.09%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1712081960.1800.060.18160.5428.2474.31
HexABD0C4120612a11c4a
Octal25332030422062224134112
Binary1010101111010000110001001001001101001010100001111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABD0C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABD0C4; }

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

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

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

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

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

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

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

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