Shades of Sinbad #99E0D1
Tints of Sinbad #99E0D1
RGB
CMYK
RGB Variations
Color information
#99E0D1 (or 0x99E0D1) is known color: Sinbad. HEX triplet: 99, E0 and D1. RGB value is (153,224,209). Sum of RGB (Red+Green+Blue) = 153+224+209=586 (77% of max value = 765). Red value is 153 (60.16% from 255 or 26.11% from 586); Green value is 224 (87.89% from 255 or 38.23% from 586); Blue value is 209 (82.03% from 255 or 35.67% from 586); Max value from RGB is 224 - color contains mainly: green. Hex color #99E0D1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99E0D1 is #661F2E. Grayscale: #C9C9C9. Windows color (decimal): -6692655 or 13754521. OLE color: 13754521.
HSL color Cylindrical-coordinate representation of color #99E0D1: hue angle of 167.32º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #99E0D1 is Cyan = 0.32, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 153 | 224 | 209 | - |
| CMYK | 0.32 | 0 | 0.07 | 0.12 |
| HSL | 167.32º | 0.53% | 0.74% | - |
| HSV(B) | 167.32º | 0.32% | 0.88% | - |
| XYZ | 51.3 | 64.69 | 70.1 | - |
| YUV | 201.06 | 132.48 | 93.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 224 | 209 | 0.32 | 0 | 0.07 | 0.12 | 167.32 | 0.53 | 0.74 |
| Hex | 99 | E0 | D1 | 20 | 0 | 7 | C | A7 | 35 | 4A |
| Octal | 231 | 340 | 321 | 40 | 0 | 7 | 14 | 247 | 65 | 112 |
| Binary | 10011001 | 11100000 | 11010001 | 100000 | 0 | 111 | 1100 | 10100111 | 110101 | 1001010 |
Color Harmonies of #99E0D1
Complementary color
Monochromatic Colors of #99E0D1
Black with #99E0D1
Text Example
Text Example
White with #99E0D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99E0D1; }
p { color: rgb(153,224,209); }
H1.HeaderClassName
{
color: #99E0D1;
}
.AnyTagClassName
{
color: #99E0D1;
}
</style>
background-color css
<style>
a { background-color: #99E0D1; }
a { background-color: rgb(153,224,209); }
div.DivClassName
{
background-color: #99E0D1;
}
.BgClassName
{
background-color: #99E0D1;
}
</style>
border-color css
<style>
span { border-color: #99E0D1; }
span { border-color: rgb(153,224,209); }
td.TdClassName
{
border-color: #99E0D1;
}
.TagClassName
{
border-color: #99E0D1;
}
</style>