Shades of Sinbad #95E5DC
Tints of Sinbad #95E5DC
RGB
CMYK
RGB Variations
Color information
#95E5DC (or 0x95E5DC) is known color: Sinbad. HEX triplet: 95, E5 and DC. RGB value is (149,229,220). Sum of RGB (Red+Green+Blue) = 149+229+220=598 (79% of max value = 765). Red value is 149 (58.59% from 255 or 24.92% from 598); Green value is 229 (89.84% from 255 or 38.29% from 598); Blue value is 220 (86.33% from 255 or 36.79% from 598); Max value from RGB is 229 - color contains mainly: green. Hex color #95E5DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95E5DC is #6A1A23. Grayscale: #CCCCCC. Windows color (decimal): -6953508 or 14476693. OLE color: 14476693.
HSL color Cylindrical-coordinate representation of color #95E5DC: hue angle of 173.25º 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 #95E5DC is Cyan = 0.35, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 149 | 229 | 220 | - |
| CMYK | 0.35 | 0 | 0.04 | 0.10 |
| HSL | 173.25º | 0.61% | 0.74% | - |
| HSV(B) | 173.25º | 0.35% | 0.9% | - |
| XYZ | 53.33 | 67.6 | 77.95 | - |
| YUV | 204.05 | 137 | 88.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 229 | 220 | 0.35 | 0 | 0.04 | 0.10 | 173.25 | 0.61 | 0.74 |
| Hex | 95 | E5 | DC | 23 | 0 | 4 | A | AD | 3D | 4A |
| Octal | 225 | 345 | 334 | 43 | 0 | 4 | 12 | 255 | 75 | 112 |
| Binary | 10010101 | 11100101 | 11011100 | 100011 | 0 | 100 | 1010 | 10101101 | 111101 | 1001010 |
Color Harmonies of #95E5DC
Complementary color
Monochromatic Colors of #95E5DC
Black with #95E5DC
Text Example
Text Example
White with #95E5DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95E5DC; }
p { color: rgb(149,229,220); }
H1.HeaderClassName
{
color: #95E5DC;
}
.AnyTagClassName
{
color: #95E5DC;
}
</style>
background-color css
<style>
a { background-color: #95E5DC; }
a { background-color: rgb(149,229,220); }
div.DivClassName
{
background-color: #95E5DC;
}
.BgClassName
{
background-color: #95E5DC;
}
</style>
border-color css
<style>
span { border-color: #95E5DC; }
span { border-color: rgb(149,229,220); }
td.TdClassName
{
border-color: #95E5DC;
}
.TagClassName
{
border-color: #95E5DC;
}
</style>