Shades of Sinbad #95E5DD
Tints of Sinbad #95E5DD
RGB
CMYK
RGB Variations
Color information
#95E5DD (or 0x95E5DD) is known color: Sinbad. HEX triplet: 95, E5 and DD. RGB value is (149,229,221). Sum of RGB (Red+Green+Blue) = 149+229+221=599 (79% of max value = 765). Red value is 149 (58.59% from 255 or 24.87% from 599); Green value is 229 (89.84% from 255 or 38.23% from 599); Blue value is 221 (86.72% from 255 or 36.89% from 599); Max value from RGB is 229 - color contains mainly: green. Hex color #95E5DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95E5DD is #6A1A22. Grayscale: #CCCCCC. Windows color (decimal): -6953507 or 14542229. OLE color: 14542229.
HSL color Cylindrical-coordinate representation of color #95E5DD: hue angle of 174º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #95E5DD is Cyan = 0.35, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 149 | 229 | 221 | - |
| CMYK | 0.35 | 0 | 0.03 | 0.10 |
| HSL | 174º | 0.61% | 0.74% | - |
| HSV(B) | 174º | 0.35% | 0.9% | - |
| XYZ | 53.46 | 67.65 | 78.65 | - |
| YUV | 204.17 | 137.5 | 88.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 229 | 221 | 0.35 | 0 | 0.03 | 0.10 | 174 | 0.61 | 0.74 |
| Hex | 95 | E5 | DD | 23 | 0 | 3 | A | AE | 3D | 4A |
| Octal | 225 | 345 | 335 | 43 | 0 | 3 | 12 | 256 | 75 | 112 |
| Binary | 10010101 | 11100101 | 11011101 | 100011 | 0 | 11 | 1010 | 10101110 | 111101 | 1001010 |
Color Harmonies of #95E5DD
Complementary color
Monochromatic Colors of #95E5DD
Black with #95E5DD
Text Example
Text Example
White with #95E5DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95E5DD; }
p { color: rgb(149,229,221); }
H1.HeaderClassName
{
color: #95E5DD;
}
.AnyTagClassName
{
color: #95E5DD;
}
</style>
background-color css
<style>
a { background-color: #95E5DD; }
a { background-color: rgb(149,229,221); }
div.DivClassName
{
background-color: #95E5DD;
}
.BgClassName
{
background-color: #95E5DD;
}
</style>
border-color css
<style>
span { border-color: #95E5DD; }
span { border-color: rgb(149,229,221); }
td.TdClassName
{
border-color: #95E5DD;
}
.TagClassName
{
border-color: #95E5DD;
}
</style>