Shades of Sinbad #95E2D9
Tints of Sinbad #95E2D9
RGB
CMYK
RGB Variations
Color information
#95E2D9 (or 0x95E2D9) is known color: Sinbad. HEX triplet: 95, E2 and D9. RGB value is (149,226,217). Sum of RGB (Red+Green+Blue) = 149+226+217=592 (78% of max value = 765). Red value is 149 (58.59% from 255 or 25.17% from 592); Green value is 226 (88.67% from 255 or 38.18% from 592); Blue value is 217 (85.16% from 255 or 36.66% from 592); Max value from RGB is 226 - color contains mainly: green. Hex color #95E2D9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95E2D9 is #6A1D26. Grayscale: #C9C9C9. Windows color (decimal): -6954279 or 14279317. OLE color: 14279317.
HSL color Cylindrical-coordinate representation of color #95E2D9: hue angle of 172.99º degrees, saturation: 0.57, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #95E2D9 is Cyan = 0.34, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 149 | 226 | 217 | - |
| CMYK | 0.34 | 0 | 0.04 | 0.11 |
| HSL | 172.99º | 0.57% | 0.74% | - |
| HSV(B) | 172.99º | 0.34% | 0.89% | - |
| XYZ | 52.12 | 65.79 | 75.6 | - |
| YUV | 201.95 | 136.49 | 90.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 226 | 217 | 0.34 | 0 | 0.04 | 0.11 | 172.99 | 0.57 | 0.74 |
| Hex | 95 | E2 | D9 | 22 | 0 | 4 | B | AD | 39 | 4A |
| Octal | 225 | 342 | 331 | 42 | 0 | 4 | 13 | 255 | 71 | 112 |
| Binary | 10010101 | 11100010 | 11011001 | 100010 | 0 | 100 | 1011 | 10101101 | 111001 | 1001010 |
Color Harmonies of #95E2D9
Complementary color
Monochromatic Colors of #95E2D9
Black with #95E2D9
Text Example
Text Example
White with #95E2D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95E2D9; }
p { color: rgb(149,226,217); }
H1.HeaderClassName
{
color: #95E2D9;
}
.AnyTagClassName
{
color: #95E2D9;
}
</style>
background-color css
<style>
a { background-color: #95E2D9; }
a { background-color: rgb(149,226,217); }
div.DivClassName
{
background-color: #95E2D9;
}
.BgClassName
{
background-color: #95E2D9;
}
</style>
border-color css
<style>
span { border-color: #95E2D9; }
span { border-color: rgb(149,226,217); }
td.TdClassName
{
border-color: #95E2D9;
}
.TagClassName
{
border-color: #95E2D9;
}
</style>