Shades of Riptide #95E8DB
Tints of Riptide #95E8DB
RGB
CMYK
RGB Variations
Color information
#95E8DB (or 0x95E8DB) is known color: Riptide. HEX triplet: 95, E8 and DB. RGB value is (149,232,219). Sum of RGB (Red+Green+Blue) = 149+232+219=600 (79% of max value = 765). Red value is 149 (58.59% from 255 or 24.83% from 600); Green value is 232 (91.02% from 255 or 38.67% from 600); Blue value is 219 (85.94% from 255 or 36.5% from 600); Max value from RGB is 232 - color contains mainly: green. Hex color #95E8DB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95E8DB is #6A1724. Grayscale: #CDCDCD. Windows color (decimal): -6952741 or 14411925. OLE color: 14411925.
HSL color Cylindrical-coordinate representation of color #95E8DB: hue angle of 170.6º 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 #95E8DB is Cyan = 0.36, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 149 | 232 | 219 | - |
| CMYK | 0.36 | 0 | 0.06 | 0.09 |
| HSL | 170.6º | 0.64% | 0.75% | - |
| HSV(B) | 170.6º | 0.36% | 0.91% | - |
| XYZ | 54.04 | 69.22 | 77.53 | - |
| YUV | 205.7 | 135.5 | 87.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 232 | 219 | 0.36 | 0 | 0.06 | 0.09 | 170.6 | 0.64 | 0.75 |
| Hex | 95 | E8 | DB | 24 | 0 | 6 | 9 | AB | 40 | 4B |
| Octal | 225 | 350 | 333 | 44 | 0 | 6 | 11 | 253 | 100 | 113 |
| Binary | 10010101 | 11101000 | 11011011 | 100100 | 0 | 110 | 1001 | 10101011 | 1000000 | 1001011 |
Color Harmonies of #95E8DB
Complementary color
Monochromatic Colors of #95E8DB
Black with #95E8DB
Text Example
Text Example
White with #95E8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95E8DB; }
p { color: rgb(149,232,219); }
H1.HeaderClassName
{
color: #95E8DB;
}
.AnyTagClassName
{
color: #95E8DB;
}
</style>
background-color css
<style>
a { background-color: #95E8DB; }
a { background-color: rgb(149,232,219); }
div.DivClassName
{
background-color: #95E8DB;
}
.BgClassName
{
background-color: #95E8DB;
}
</style>
border-color css
<style>
span { border-color: #95E8DB; }
span { border-color: rgb(149,232,219); }
td.TdClassName
{
border-color: #95E8DB;
}
.TagClassName
{
border-color: #95E8DB;
}
</style>