#ABD0C0

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

Shades of Tiara #ABD0C0

Tints of Tiara #ABD0C0

Color information

#ABD0C0 (or 0xABD0C0) is unknown color: approx Tiara. HEX triplet: AB, D0 and C0. RGB value is (171,208,192). Sum of RGB (Red+Green+Blue) = 171+208+192=571 (75% of max value = 765). Red value is 171 (67.19% from 255 or 29.95% from 571); Green value is 208 (81.64% from 255 or 36.43% from 571); Blue value is 192 (75.39% from 255 or 33.63% from 571); Max value from RGB is 208 - color contains mainly: green. Hex color #ABD0C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABD0C0 is #542F3F. Grayscale: #C3C3C3. Windows color (decimal): -5517120 or 12636331. OLE color: 12636331.

HSL color Cylindrical-coordinate representation of color #ABD0C0: hue angle of 154.05º 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 #ABD0C0 is Cyan = 0.18, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.18.

Color convert

RGB171208192-
CMYK0.1800.080.18
HSL154.05º28.24%74.31%-
HSV(B)154.05º17.79%81.57%-
XYZ48.8657.5858.41-
YUV195.11126.24110.8-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.95%
GREEN value IS 208 (81.64% from 255) = 36.43%
BLUE value IS 192 (75.39% from 255) = 33.63%
R=29.95%
G=36.43%
B=33.63%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1712081920.1800.080.18154.0528.2474.31
HexABD0C01208129a1c4a
Octal253320300220102223234112
Binary10101011110100001100000010010010001001010011010111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABD0C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABD0C0; }

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

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

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

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

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

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

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

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