#ABD0D0

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

Shades of Sinbad #ABD0D0

Tints of Sinbad #ABD0D0

Color information

#ABD0D0 (or 0xABD0D0) is unknown color: approx Sinbad. HEX triplet: AB, D0 and D0. RGB value is (171,208,208). Sum of RGB (Red+Green+Blue) = 171+208+208=587 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.13% from 587); Green value is 208 (81.64% from 255 or 35.43% from 587); Blue value is 208 (81.64% from 255 or 35.43% from 587); Max value from RGB is 208 - color contains mainly: green, blue. Hex color #ABD0D0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABD0D0 is #542F2F. Grayscale: #C4C4C4. Windows color (decimal): -5517104 or 13684907. OLE color: 13684907.

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

Color convert

RGB171208208-
CMYK0.18000.18
HSL180º28.24%74.31%-
HSV(B)180º17.79%81.57%-
XYZ50.7458.3268.26-
YUV196.94134.24109.5-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.13%
GREEN value IS 208 (81.64% from 255) = 35.43%
BLUE value IS 208 (81.64% from 255) = 35.43%
R=29.13%
G=35.43%
B=35.43%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1712082080.18000.1818028.2474.31
HexABD0D0120012b41c4a
Octal25332032022002226434112
Binary10101011110100001101000010010001001010110100111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABD0D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABD0D0; }

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

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

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

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

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

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

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

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