Shades of Riptide #95D1CA
Tints of Riptide #95D1CA
RGB
CMYK
RGB Variations
Color information
#95D1CA (or 0x95D1CA) is known color: Riptide. HEX triplet: 95, D1 and CA. RGB value is (149,209,202). Sum of RGB (Red+Green+Blue) = 149+209+202=560 (74% of max value = 765). Red value is 149 (58.59% from 255 or 26.61% from 560); Green value is 209 (82.03% from 255 or 37.32% from 560); Blue value is 202 (79.30% from 255 or 36.07% from 560); Max value from RGB is 209 - color contains mainly: green. Hex color #95D1CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95D1CA is #6A2E35. Grayscale: #BEBEBE. Windows color (decimal): -6958646 or 13291925. OLE color: 13291925.
HSL color Cylindrical-coordinate representation of color #95D1CA: hue angle of 173º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #95D1CA is Cyan = 0.29, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 149 | 209 | 202 | - |
| CMYK | 0.29 | 0 | 0.03 | 0.18 |
| HSL | 173º | 0.39% | 0.7% | - |
| HSV(B) | 173º | 0.29% | 0.82% | - |
| XYZ | 45.86 | 56.25 | 64.32 | - |
| YUV | 190.26 | 134.62 | 98.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 209 | 202 | 0.29 | 0 | 0.03 | 0.18 | 173 | 0.39 | 0.7 |
| Hex | 95 | D1 | CA | 1D | 0 | 3 | 12 | AD | 27 | 46 |
| Octal | 225 | 321 | 312 | 35 | 0 | 3 | 22 | 255 | 47 | 106 |
| Binary | 10010101 | 11010001 | 11001010 | 11101 | 0 | 11 | 10010 | 10101101 | 100111 | 1000110 |
Color Harmonies of #95D1CA
Complementary color
Monochromatic Colors of #95D1CA
Black with #95D1CA
Text Example
Text Example
White with #95D1CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95D1CA; }
p { color: rgb(149,209,202); }
H1.HeaderClassName
{
color: #95D1CA;
}
.AnyTagClassName
{
color: #95D1CA;
}
</style>
background-color css
<style>
a { background-color: #95D1CA; }
a { background-color: rgb(149,209,202); }
div.DivClassName
{
background-color: #95D1CA;
}
.BgClassName
{
background-color: #95D1CA;
}
</style>
border-color css
<style>
span { border-color: #95D1CA; }
span { border-color: rgb(149,209,202); }
td.TdClassName
{
border-color: #95D1CA;
}
.TagClassName
{
border-color: #95D1CA;
}
</style>