Shades of Riptide #95E1D7
Tints of Riptide #95E1D7
RGB
CMYK
RGB Variations
Color information
#95E1D7 (or 0x95E1D7) is known color: Riptide. HEX triplet: 95, E1 and D7. RGB value is (149,225,215). Sum of RGB (Red+Green+Blue) = 149+225+215=589 (78% of max value = 765). Red value is 149 (58.59% from 255 or 25.30% from 589); Green value is 225 (88.28% from 255 or 38.20% from 589); Blue value is 215 (84.38% from 255 or 36.50% from 589); Max value from RGB is 225 - color contains mainly: green. Hex color #95E1D7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95E1D7 is #6A1E28. Grayscale: #C9C9C9. Windows color (decimal): -6954537 or 14147989. OLE color: 14147989.
HSL color Cylindrical-coordinate representation of color #95E1D7: hue angle of 172.11º 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 #95E1D7 is Cyan = 0.34, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 149 | 225 | 215 | - |
| CMYK | 0.34 | 0 | 0.04 | 0.12 |
| HSL | 172.11º | 0.56% | 0.73% | - |
| HSV(B) | 172.11º | 0.34% | 0.88% | - |
| XYZ | 51.59 | 65.15 | 74.15 | - |
| YUV | 201.14 | 135.82 | 90.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 225 | 215 | 0.34 | 0 | 0.04 | 0.12 | 172.11 | 0.56 | 0.73 |
| Hex | 95 | E1 | D7 | 22 | 0 | 4 | C | AC | 38 | 49 |
| Octal | 225 | 341 | 327 | 42 | 0 | 4 | 14 | 254 | 70 | 111 |
| Binary | 10010101 | 11100001 | 11010111 | 100010 | 0 | 100 | 1100 | 10101100 | 111000 | 1001001 |
Color Harmonies of #95E1D7
Complementary color
Monochromatic Colors of #95E1D7
Black with #95E1D7
Text Example
Text Example
White with #95E1D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95E1D7; }
p { color: rgb(149,225,215); }
H1.HeaderClassName
{
color: #95E1D7;
}
.AnyTagClassName
{
color: #95E1D7;
}
</style>
background-color css
<style>
a { background-color: #95E1D7; }
a { background-color: rgb(149,225,215); }
div.DivClassName
{
background-color: #95E1D7;
}
.BgClassName
{
background-color: #95E1D7;
}
</style>
border-color css
<style>
span { border-color: #95E1D7; }
span { border-color: rgb(149,225,215); }
td.TdClassName
{
border-color: #95E1D7;
}
.TagClassName
{
border-color: #95E1D7;
}
</style>