#ABD0CA

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

Shades of Sinbad #ABD0CA

Tints of Sinbad #ABD0CA

Color information

#ABD0CA (or 0xABD0CA) is unknown color: approx Sinbad. HEX triplet: AB, D0 and CA. RGB value is (171,208,202). Sum of RGB (Red+Green+Blue) = 171+208+202=581 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.43% from 581); Green value is 208 (81.64% from 255 or 35.80% from 581); Blue value is 202 (79.30% from 255 or 34.77% from 581); Max value from RGB is 208 - color contains mainly: green. Hex color #ABD0CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABD0CA is #542F35. Grayscale: #C4C4C4. Windows color (decimal): -5517110 or 13291691. OLE color: 13291691.

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

Color convert

RGB171208202-
CMYK0.1800.030.18
HSL170.27º28.24%74.31%-
HSV(B)170.27º17.79%81.57%-
XYZ50.0158.0364.44-
YUV196.25131.24109.99-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.43%
GREEN value IS 208 (81.64% from 255) = 35.80%
BLUE value IS 202 (79.30% from 255) = 34.77%
R=29.43%
G=35.80%
B=34.77%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1712082020.1800.030.18170.2728.2474.31
HexABD0CA120312aa1c4a
Octal25332031222032225234112
Binary101010111101000011001010100100111001010101010111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABD0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABD0CA; }

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

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

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

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

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

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

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

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