Shades of Sinbad #99E2D2
Tints of Sinbad #99E2D2
RGB
CMYK
RGB Variations
Color information
#99E2D2 (or 0x99E2D2) is known color: Sinbad. HEX triplet: 99, E2 and D2. RGB value is (153,226,210). Sum of RGB (Red+Green+Blue) = 153+226+210=589 (78% of max value = 765). Red value is 153 (60.16% from 255 or 25.98% from 589); Green value is 226 (88.67% from 255 or 38.37% from 589); Blue value is 210 (82.42% from 255 or 35.65% from 589); Max value from RGB is 226 - color contains mainly: green. Hex color #99E2D2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99E2D2 is #661D2D. Grayscale: #CACACA. Windows color (decimal): -6692142 or 13820569. OLE color: 13820569.
HSL color Cylindrical-coordinate representation of color #99E2D2: hue angle of 166.85º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #99E2D2 is Cyan = 0.32, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 153 | 226 | 210 | - |
| CMYK | 0.32 | 0 | 0.07 | 0.11 |
| HSL | 166.85º | 0.56% | 0.74% | - |
| HSV(B) | 166.85º | 0.32% | 0.89% | - |
| XYZ | 51.97 | 65.82 | 70.94 | - |
| YUV | 202.35 | 132.32 | 92.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 226 | 210 | 0.32 | 0 | 0.07 | 0.11 | 166.85 | 0.56 | 0.74 |
| Hex | 99 | E2 | D2 | 20 | 0 | 7 | B | A7 | 38 | 4A |
| Octal | 231 | 342 | 322 | 40 | 0 | 7 | 13 | 247 | 70 | 112 |
| Binary | 10011001 | 11100010 | 11010010 | 100000 | 0 | 111 | 1011 | 10100111 | 111000 | 1001010 |
Color Harmonies of #99E2D2
Complementary color
Monochromatic Colors of #99E2D2
Black with #99E2D2
Text Example
Text Example
White with #99E2D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99E2D2; }
p { color: rgb(153,226,210); }
H1.HeaderClassName
{
color: #99E2D2;
}
.AnyTagClassName
{
color: #99E2D2;
}
</style>
background-color css
<style>
a { background-color: #99E2D2; }
a { background-color: rgb(153,226,210); }
div.DivClassName
{
background-color: #99E2D2;
}
.BgClassName
{
background-color: #99E2D2;
}
</style>
border-color css
<style>
span { border-color: #99E2D2; }
span { border-color: rgb(153,226,210); }
td.TdClassName
{
border-color: #99E2D2;
}
.TagClassName
{
border-color: #99E2D2;
}
</style>