Shades of Riptide #95E1D0
Tints of Riptide #95E1D0
RGB
CMYK
RGB Variations
Color information
#95E1D0 (or 0x95E1D0) is known color: Riptide. HEX triplet: 95, E1 and D0. RGB value is (149,225,208). Sum of RGB (Red+Green+Blue) = 149+225+208=582 (77% of max value = 765). Red value is 149 (58.59% from 255 or 25.60% from 582); Green value is 225 (88.28% from 255 or 38.66% from 582); Blue value is 208 (81.64% from 255 or 35.74% from 582); Max value from RGB is 225 - color contains mainly: green. Hex color #95E1D0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95E1D0 is #6A1E2F. Grayscale: #C8C8C8. Windows color (decimal): -6954544 or 13689237. OLE color: 13689237.
HSL color Cylindrical-coordinate representation of color #95E1D0: hue angle of 166.58º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #95E1D0 is Cyan = 0.34, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 149 | 225 | 208 | - |
| CMYK | 0.34 | 0 | 0.08 | 0.12 |
| HSL | 166.58º | 0.56% | 0.73% | - |
| HSV(B) | 166.58º | 0.34% | 0.88% | - |
| XYZ | 50.7 | 64.79 | 69.51 | - |
| YUV | 200.34 | 132.32 | 91.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 225 | 208 | 0.34 | 0 | 0.08 | 0.12 | 166.58 | 0.56 | 0.73 |
| Hex | 95 | E1 | D0 | 22 | 0 | 8 | C | A7 | 38 | 49 |
| Octal | 225 | 341 | 320 | 42 | 0 | 10 | 14 | 247 | 70 | 111 |
| Binary | 10010101 | 11100001 | 11010000 | 100010 | 0 | 1000 | 1100 | 10100111 | 111000 | 1001001 |
Color Harmonies of #95E1D0
Complementary color
Monochromatic Colors of #95E1D0
Black with #95E1D0
Text Example
Text Example
White with #95E1D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95E1D0; }
p { color: rgb(149,225,208); }
H1.HeaderClassName
{
color: #95E1D0;
}
.AnyTagClassName
{
color: #95E1D0;
}
</style>
background-color css
<style>
a { background-color: #95E1D0; }
a { background-color: rgb(149,225,208); }
div.DivClassName
{
background-color: #95E1D0;
}
.BgClassName
{
background-color: #95E1D0;
}
</style>
border-color css
<style>
span { border-color: #95E1D0; }
span { border-color: rgb(149,225,208); }
td.TdClassName
{
border-color: #95E1D0;
}
.TagClassName
{
border-color: #95E1D0;
}
</style>