Shades of Riptide #95E1D4
Tints of Riptide #95E1D4
RGB
CMYK
RGB Variations
Color information
#95E1D4 (or 0x95E1D4) is known color: Riptide. HEX triplet: 95, E1 and D4. RGB value is (149,225,212). Sum of RGB (Red+Green+Blue) = 149+225+212=586 (77% of max value = 765). Red value is 149 (58.59% from 255 or 25.43% from 586); Green value is 225 (88.28% from 255 or 38.40% from 586); Blue value is 212 (83.20% from 255 or 36.18% from 586); Max value from RGB is 225 - color contains mainly: green. Hex color #95E1D4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95E1D4 is #6A1E2B. Grayscale: #C8C8C8. Windows color (decimal): -6954540 or 13951381. OLE color: 13951381.
HSL color Cylindrical-coordinate representation of color #95E1D4: hue angle of 169.74º 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 #95E1D4 is Cyan = 0.34, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 149 | 225 | 212 | - |
| CMYK | 0.34 | 0 | 0.06 | 0.12 |
| HSL | 169.74º | 0.56% | 0.73% | - |
| HSV(B) | 169.74º | 0.34% | 0.88% | - |
| XYZ | 51.2 | 64.99 | 72.13 | - |
| YUV | 200.79 | 134.32 | 91.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 225 | 212 | 0.34 | 0 | 0.06 | 0.12 | 169.74 | 0.56 | 0.73 |
| Hex | 95 | E1 | D4 | 22 | 0 | 6 | C | AA | 38 | 49 |
| Octal | 225 | 341 | 324 | 42 | 0 | 6 | 14 | 252 | 70 | 111 |
| Binary | 10010101 | 11100001 | 11010100 | 100010 | 0 | 110 | 1100 | 10101010 | 111000 | 1001001 |
Color Harmonies of #95E1D4
Complementary color
Monochromatic Colors of #95E1D4
Black with #95E1D4
Text Example
Text Example
White with #95E1D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95E1D4; }
p { color: rgb(149,225,212); }
H1.HeaderClassName
{
color: #95E1D4;
}
.AnyTagClassName
{
color: #95E1D4;
}
</style>
background-color css
<style>
a { background-color: #95E1D4; }
a { background-color: rgb(149,225,212); }
div.DivClassName
{
background-color: #95E1D4;
}
.BgClassName
{
background-color: #95E1D4;
}
</style>
border-color css
<style>
span { border-color: #95E1D4; }
span { border-color: rgb(149,225,212); }
td.TdClassName
{
border-color: #95E1D4;
}
.TagClassName
{
border-color: #95E1D4;
}
</style>