Shades of Riptide #95D2CA
Tints of Riptide #95D2CA
RGB
CMYK
RGB Variations
Color information
#95D2CA (or 0x95D2CA) is known color: Riptide. HEX triplet: 95, D2 and CA. RGB value is (149,210,202). Sum of RGB (Red+Green+Blue) = 149+210+202=561 (74% of max value = 765). Red value is 149 (58.59% from 255 or 26.56% from 561); Green value is 210 (82.42% from 255 or 37.43% from 561); Blue value is 202 (79.30% from 255 or 36.01% from 561); Max value from RGB is 210 - color contains mainly: green. Hex color #95D2CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95D2CA is #6A2D35. Grayscale: #BEBEBE. Windows color (decimal): -6958390 or 13292181. OLE color: 13292181.
HSL color Cylindrical-coordinate representation of color #95D2CA: hue angle of 172.13º degrees, saturation: 0.4, 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 #95D2CA is Cyan = 0.29, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 149 | 210 | 202 | - |
| CMYK | 0.29 | 0 | 0.04 | 0.18 |
| HSL | 172.13º | 0.4% | 0.7% | - |
| HSV(B) | 172.13º | 0.29% | 0.82% | - |
| XYZ | 46.1 | 56.75 | 64.4 | - |
| YUV | 190.85 | 134.29 | 98.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 210 | 202 | 0.29 | 0 | 0.04 | 0.18 | 172.13 | 0.4 | 0.7 |
| Hex | 95 | D2 | CA | 1D | 0 | 4 | 12 | AC | 28 | 46 |
| Octal | 225 | 322 | 312 | 35 | 0 | 4 | 22 | 254 | 50 | 106 |
| Binary | 10010101 | 11010010 | 11001010 | 11101 | 0 | 100 | 10010 | 10101100 | 101000 | 1000110 |
Color Harmonies of #95D2CA
Complementary color
Monochromatic Colors of #95D2CA
Black with #95D2CA
Text Example
Text Example
White with #95D2CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95D2CA; }
p { color: rgb(149,210,202); }
H1.HeaderClassName
{
color: #95D2CA;
}
.AnyTagClassName
{
color: #95D2CA;
}
</style>
background-color css
<style>
a { background-color: #95D2CA; }
a { background-color: rgb(149,210,202); }
div.DivClassName
{
background-color: #95D2CA;
}
.BgClassName
{
background-color: #95D2CA;
}
</style>
border-color css
<style>
span { border-color: #95D2CA; }
span { border-color: rgb(149,210,202); }
td.TdClassName
{
border-color: #95D2CA;
}
.TagClassName
{
border-color: #95D2CA;
}
</style>