Shades of Riptide #95E8CA
Tints of Riptide #95E8CA
RGB
CMYK
RGB Variations
Color information
#95E8CA (or 0x95E8CA) is known color: Riptide. HEX triplet: 95, E8 and CA. RGB value is (149,232,202). Sum of RGB (Red+Green+Blue) = 149+232+202=583 (77% of max value = 765). Red value is 149 (58.59% from 255 or 25.56% from 583); Green value is 232 (91.02% from 255 or 39.79% from 583); Blue value is 202 (79.30% from 255 or 34.65% from 583); Max value from RGB is 232 - color contains mainly: green. Hex color #95E8CA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95E8CA is #6A1735. Grayscale: #CBCBCB. Windows color (decimal): -6952758 or 13297813. OLE color: 13297813.
HSL color Cylindrical-coordinate representation of color #95E8CA: hue angle of 158.31º 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 #95E8CA is Cyan = 0.36, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 149 | 232 | 202 | - |
| CMYK | 0.36 | 0 | 0.13 | 0.09 |
| HSL | 158.31º | 0.64% | 0.75% | - |
| HSV(B) | 158.31º | 0.36% | 0.91% | - |
| XYZ | 51.91 | 68.37 | 66.34 | - |
| YUV | 203.76 | 127 | 88.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 232 | 202 | 0.36 | 0 | 0.13 | 0.09 | 158.31 | 0.64 | 0.75 |
| Hex | 95 | E8 | CA | 24 | 0 | D | 9 | 9E | 40 | 4B |
| Octal | 225 | 350 | 312 | 44 | 0 | 15 | 11 | 236 | 100 | 113 |
| Binary | 10010101 | 11101000 | 11001010 | 100100 | 0 | 1101 | 1001 | 10011110 | 1000000 | 1001011 |
Color Harmonies of #95E8CA
Complementary color
Monochromatic Colors of #95E8CA
Black with #95E8CA
Text Example
Text Example
White with #95E8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95E8CA; }
p { color: rgb(149,232,202); }
H1.HeaderClassName
{
color: #95E8CA;
}
.AnyTagClassName
{
color: #95E8CA;
}
</style>
background-color css
<style>
a { background-color: #95E8CA; }
a { background-color: rgb(149,232,202); }
div.DivClassName
{
background-color: #95E8CA;
}
.BgClassName
{
background-color: #95E8CA;
}
</style>
border-color css
<style>
span { border-color: #95E8CA; }
span { border-color: rgb(149,232,202); }
td.TdClassName
{
border-color: #95E8CA;
}
.TagClassName
{
border-color: #95E8CA;
}
</style>