#99D2CA

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

Shades of Sinbad #99D2CA

Tints of Sinbad #99D2CA

Color information

#99D2CA (or 0x99D2CA) is unknown color: approx Sinbad. HEX triplet: 99, D2 and CA. RGB value is (153,210,202). Sum of RGB (Red+Green+Blue) = 153+210+202=565 (74% of max value = 765). Red value is 153 (60.16% from 255 or 27.08% from 565); Green value is 210 (82.42% from 255 or 37.17% from 565); Blue value is 202 (79.30% from 255 or 35.75% from 565); Max value from RGB is 210 - color contains mainly: green. Hex color #99D2CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99D2CA is #662D35. Grayscale: #C0C0C0. Windows color (decimal): -6696246 or 13292185. OLE color: 13292185.

HSL color Cylindrical-coordinate representation of color #99D2CA: hue angle of 171.58º degrees, saturation: 0.39, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #99D2CA is Cyan = 0.27, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.18.

Color convert

RGB153210202-
CMYK0.2700.040.18
HSL171.58º38.78%71.18%-
HSV(B)171.58º27.14%82.35%-
XYZ46.8457.1364.44-
YUV192.04133.62100.15-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 27.08%
GREEN value IS 210 (82.42% from 255) = 37.17%
BLUE value IS 202 (79.30% from 255) = 35.75%
R=27.08%
G=37.17%
B=35.75%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1532102020.2700.040.18171.5838.7871.18
Hex99D2CA1B0412ac2747
Octal23132231233042225447107
Binary10011001110100101100101011011010010010101011001001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99D2CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99D2CA; }

 p { color: rgb(153,210,202); }

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

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

 a { background-color: rgb(153,210,202); }

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

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

 span { border-color: rgb(153,210,202); }

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