Shades of Riptide #95D3C7
Tints of Riptide #95D3C7
RGB
CMYK
RGB Variations
Color information
#95D3C7 (or 0x95D3C7) is known color: Riptide. HEX triplet: 95, D3 and C7. RGB value is (149,211,199). Sum of RGB (Red+Green+Blue) = 149+211+199=559 (74% of max value = 765). Red value is 149 (58.59% from 255 or 26.65% from 559); Green value is 211 (82.81% from 255 or 37.75% from 559); Blue value is 199 (78.12% from 255 or 35.60% from 559); Max value from RGB is 211 - color contains mainly: green. Hex color #95D3C7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95D3C7 is #6A2C38. Grayscale: #BFBFBF. Windows color (decimal): -6958137 or 13095829. OLE color: 13095829.
HSL color Cylindrical-coordinate representation of color #95D3C7: hue angle of 168.39º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #95D3C7 is Cyan = 0.29, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 149 | 211 | 199 | - |
| CMYK | 0.29 | 0 | 0.06 | 0.17 |
| HSL | 168.39º | 0.41% | 0.71% | - |
| HSV(B) | 168.39º | 0.29% | 0.83% | - |
| XYZ | 46 | 57.1 | 62.63 | - |
| YUV | 191.09 | 132.46 | 97.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 211 | 199 | 0.29 | 0 | 0.06 | 0.17 | 168.39 | 0.41 | 0.71 |
| Hex | 95 | D3 | C7 | 1D | 0 | 6 | 11 | A8 | 29 | 47 |
| Octal | 225 | 323 | 307 | 35 | 0 | 6 | 21 | 250 | 51 | 107 |
| Binary | 10010101 | 11010011 | 11000111 | 11101 | 0 | 110 | 10001 | 10101000 | 101001 | 1000111 |
Color Harmonies of #95D3C7
Complementary color
Monochromatic Colors of #95D3C7
Black with #95D3C7
Text Example
Text Example
White with #95D3C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95D3C7; }
p { color: rgb(149,211,199); }
H1.HeaderClassName
{
color: #95D3C7;
}
.AnyTagClassName
{
color: #95D3C7;
}
</style>
background-color css
<style>
a { background-color: #95D3C7; }
a { background-color: rgb(149,211,199); }
div.DivClassName
{
background-color: #95D3C7;
}
.BgClassName
{
background-color: #95D3C7;
}
</style>
border-color css
<style>
span { border-color: #95D3C7; }
span { border-color: rgb(149,211,199); }
td.TdClassName
{
border-color: #95D3C7;
}
.TagClassName
{
border-color: #95D3C7;
}
</style>