#ABD0CB

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

Shades of Sinbad #ABD0CB

Tints of Sinbad #ABD0CB

Color information

#ABD0CB (or 0xABD0CB) is unknown color: approx Sinbad. HEX triplet: AB, D0 and CB. RGB value is (171,208,203). Sum of RGB (Red+Green+Blue) = 171+208+203=582 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.38% from 582); Green value is 208 (81.64% from 255 or 35.74% from 582); Blue value is 203 (79.69% from 255 or 34.88% from 582); Max value from RGB is 208 - color contains mainly: green. Hex color #ABD0CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABD0CB is #542F34. Grayscale: #C4C4C4. Windows color (decimal): -5517109 or 13357227. OLE color: 13357227.

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

Color convert

RGB171208203-
CMYK0.1800.020.18
HSL171.89º28.24%74.31%-
HSV(B)171.89º17.79%81.57%-
XYZ50.1358.0865.07-
YUV196.37131.74109.91-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.38%
GREEN value IS 208 (81.64% from 255) = 35.74%
BLUE value IS 203 (79.69% from 255) = 34.88%
R=29.38%
G=35.74%
B=34.88%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1712082030.1800.020.18171.8928.2474.31
HexABD0CB120212ac1c4a
Octal25332031322022225434112
Binary101010111101000011001011100100101001010101100111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABD0CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABD0CB; }

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

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

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

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

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

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

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

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