#9CD1CA

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

Shades of Sinbad #9CD1CA

Tints of Sinbad #9CD1CA

Color information

#9CD1CA (or 0x9CD1CA) is unknown color: approx Sinbad. HEX triplet: 9C, D1 and CA. RGB value is (156,209,202). Sum of RGB (Red+Green+Blue) = 156+209+202=567 (75% of max value = 765). Red value is 156 (61.33% from 255 or 27.51% from 567); Green value is 209 (82.03% from 255 or 36.86% from 567); Blue value is 202 (79.30% from 255 or 35.63% from 567); Max value from RGB is 209 - color contains mainly: green. Hex color #9CD1CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CD1CA is #632E35. Grayscale: #C0C0C0. Windows color (decimal): -6499894 or 13291932. OLE color: 13291932.

HSL color Cylindrical-coordinate representation of color #9CD1CA: hue angle of 172.08º degrees, saturation: 0.37, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9CD1CA is Cyan = 0.25, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB156209202-
CMYK0.2500.030.18
HSL172.08º36.55%71.57%-
HSV(B)172.08º25.36%81.96%-
XYZ47.1756.9364.38-
YUV192.36133.44102.07-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 27.51%
GREEN value IS 209 (82.03% from 255) = 36.86%
BLUE value IS 202 (79.30% from 255) = 35.63%
R=27.51%
G=36.86%
B=35.63%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1562092020.2500.030.18172.0836.5571.57
Hex9CD1CA190312ac2548
Octal23432131231032225445110
Binary1001110011010001110010101100101110010101011001001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CD1CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9CD1CA; }

 p { color: rgb(156,209,202); }

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

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

 a { background-color: rgb(156,209,202); }

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

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

 span { border-color: rgb(156,209,202); }

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