Shades of Sinbad #99E0D3
Tints of Sinbad #99E0D3
RGB
CMYK
RGB Variations
Color information
#99E0D3 (or 0x99E0D3) is known color: Sinbad. HEX triplet: 99, E0 and D3. RGB value is (153,224,211). Sum of RGB (Red+Green+Blue) = 153+224+211=588 (77% of max value = 765). Red value is 153 (60.16% from 255 or 26.02% from 588); Green value is 224 (87.89% from 255 or 38.10% from 588); Blue value is 211 (82.81% from 255 or 35.88% from 588); Max value from RGB is 224 - color contains mainly: green. Hex color #99E0D3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99E0D3 is #661F2C. Grayscale: #C9C9C9. Windows color (decimal): -6692653 or 13885593. OLE color: 13885593.
HSL color Cylindrical-coordinate representation of color #99E0D3: hue angle of 169.01º 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 #99E0D3 is Cyan = 0.32, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 153 | 224 | 211 | - |
| CMYK | 0.32 | 0 | 0.06 | 0.12 |
| HSL | 169.01º | 0.53% | 0.74% | - |
| HSV(B) | 169.01º | 0.32% | 0.88% | - |
| XYZ | 51.55 | 64.79 | 71.42 | - |
| YUV | 201.29 | 133.48 | 93.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 224 | 211 | 0.32 | 0 | 0.06 | 0.12 | 169.01 | 0.53 | 0.74 |
| Hex | 99 | E0 | D3 | 20 | 0 | 6 | C | A9 | 35 | 4A |
| Octal | 231 | 340 | 323 | 40 | 0 | 6 | 14 | 251 | 65 | 112 |
| Binary | 10011001 | 11100000 | 11010011 | 100000 | 0 | 110 | 1100 | 10101001 | 110101 | 1001010 |
Color Harmonies of #99E0D3
Complementary color
Monochromatic Colors of #99E0D3
Black with #99E0D3
Text Example
Text Example
White with #99E0D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99E0D3; }
p { color: rgb(153,224,211); }
H1.HeaderClassName
{
color: #99E0D3;
}
.AnyTagClassName
{
color: #99E0D3;
}
</style>
background-color css
<style>
a { background-color: #99E0D3; }
a { background-color: rgb(153,224,211); }
div.DivClassName
{
background-color: #99E0D3;
}
.BgClassName
{
background-color: #99E0D3;
}
</style>
border-color css
<style>
span { border-color: #99E0D3; }
span { border-color: rgb(153,224,211); }
td.TdClassName
{
border-color: #99E0D3;
}
.TagClassName
{
border-color: #99E0D3;
}
</style>