Shades of Riptide #95E9D8
Tints of Riptide #95E9D8
RGB
CMYK
RGB Variations
Color information
#95E9D8 (or 0x95E9D8) is known color: Riptide. HEX triplet: 95, E9 and D8. RGB value is (149,233,216). Sum of RGB (Red+Green+Blue) = 149+233+216=598 (79% of max value = 765). Red value is 149 (58.59% from 255 or 24.92% from 598); Green value is 233 (91.41% from 255 or 38.96% from 598); Blue value is 216 (84.77% from 255 or 36.12% from 598); Max value from RGB is 233 - color contains mainly: green. Hex color #95E9D8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95E9D8 is #6A1627. Grayscale: #CDCDCD. Windows color (decimal): -6952488 or 14215573. OLE color: 14215573.
HSL color Cylindrical-coordinate representation of color #95E9D8: hue angle of 167.86º degrees, saturation: 0.66, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #95E9D8 is Cyan = 0.36, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 149 | 233 | 216 | - |
| CMYK | 0.36 | 0 | 0.07 | 0.09 |
| HSL | 167.86º | 0.66% | 0.75% | - |
| HSV(B) | 167.86º | 0.36% | 0.91% | - |
| XYZ | 53.93 | 69.63 | 75.56 | - |
| YUV | 205.95 | 133.67 | 87.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 233 | 216 | 0.36 | 0 | 0.07 | 0.09 | 167.86 | 0.66 | 0.75 |
| Hex | 95 | E9 | D8 | 24 | 0 | 7 | 9 | A8 | 42 | 4B |
| Octal | 225 | 351 | 330 | 44 | 0 | 7 | 11 | 250 | 102 | 113 |
| Binary | 10010101 | 11101001 | 11011000 | 100100 | 0 | 111 | 1001 | 10101000 | 1000010 | 1001011 |
Color Harmonies of #95E9D8
Complementary color
Monochromatic Colors of #95E9D8
Black with #95E9D8
Text Example
Text Example
White with #95E9D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95E9D8; }
p { color: rgb(149,233,216); }
H1.HeaderClassName
{
color: #95E9D8;
}
.AnyTagClassName
{
color: #95E9D8;
}
</style>
background-color css
<style>
a { background-color: #95E9D8; }
a { background-color: rgb(149,233,216); }
div.DivClassName
{
background-color: #95E9D8;
}
.BgClassName
{
background-color: #95E9D8;
}
</style>
border-color css
<style>
span { border-color: #95E9D8; }
span { border-color: rgb(149,233,216); }
td.TdClassName
{
border-color: #95E9D8;
}
.TagClassName
{
border-color: #95E9D8;
}
</style>