Shades of Riptide #95E8C9
Tints of Riptide #95E8C9
RGB
CMYK
RGB Variations
Color information
#95E8C9 (or 0x95E8C9) is known color: Riptide. HEX triplet: 95, E8 and C9. RGB value is (149,232,201). Sum of RGB (Red+Green+Blue) = 149+232+201=582 (77% of max value = 765). Red value is 149 (58.59% from 255 or 25.60% from 582); Green value is 232 (91.02% from 255 or 39.86% from 582); Blue value is 201 (78.91% from 255 or 34.54% from 582); Max value from RGB is 232 - color contains mainly: green. Hex color #95E8C9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95E8C9 is #6A1736. Grayscale: #CBCBCB. Windows color (decimal): -6952759 or 13232277. OLE color: 13232277.
HSL color Cylindrical-coordinate representation of color #95E8C9: hue angle of 157.59º degrees, saturation: 0.64, 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 #95E8C9 is Cyan = 0.36, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 149 | 232 | 201 | - |
| CMYK | 0.36 | 0 | 0.13 | 0.09 |
| HSL | 157.59º | 0.64% | 0.75% | - |
| HSV(B) | 157.59º | 0.36% | 0.91% | - |
| XYZ | 51.79 | 68.32 | 65.72 | - |
| YUV | 203.65 | 126.5 | 89.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 232 | 201 | 0.36 | 0 | 0.13 | 0.09 | 157.59 | 0.64 | 0.75 |
| Hex | 95 | E8 | C9 | 24 | 0 | D | 9 | 9E | 40 | 4B |
| Octal | 225 | 350 | 311 | 44 | 0 | 15 | 11 | 236 | 100 | 113 |
| Binary | 10010101 | 11101000 | 11001001 | 100100 | 0 | 1101 | 1001 | 10011110 | 1000000 | 1001011 |
Color Harmonies of #95E8C9
Complementary color
Monochromatic Colors of #95E8C9
Black with #95E8C9
Text Example
Text Example
White with #95E8C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95E8C9; }
p { color: rgb(149,232,201); }
H1.HeaderClassName
{
color: #95E8C9;
}
.AnyTagClassName
{
color: #95E8C9;
}
</style>
background-color css
<style>
a { background-color: #95E8C9; }
a { background-color: rgb(149,232,201); }
div.DivClassName
{
background-color: #95E8C9;
}
.BgClassName
{
background-color: #95E8C9;
}
</style>
border-color css
<style>
span { border-color: #95E8C9; }
span { border-color: rgb(149,232,201); }
td.TdClassName
{
border-color: #95E8C9;
}
.TagClassName
{
border-color: #95E8C9;
}
</style>