Shades of Riptide #95D2CB
Tints of Riptide #95D2CB
RGB
CMYK
RGB Variations
Color information
#95D2CB (or 0x95D2CB) is known color: Riptide. HEX triplet: 95, D2 and CB. RGB value is (149,210,203). Sum of RGB (Red+Green+Blue) = 149+210+203=562 (74% of max value = 765). Red value is 149 (58.59% from 255 or 26.51% from 562); Green value is 210 (82.42% from 255 or 37.37% from 562); Blue value is 203 (79.69% from 255 or 36.12% from 562); Max value from RGB is 210 - color contains mainly: green. Hex color #95D2CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95D2CB is #6A2D34. Grayscale: #BEBEBE. Windows color (decimal): -6958389 or 13357717. OLE color: 13357717.
HSL color Cylindrical-coordinate representation of color #95D2CB: hue angle of 173.11º 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 #95D2CB is Cyan = 0.29, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 149 | 210 | 203 | - |
| CMYK | 0.29 | 0 | 0.03 | 0.18 |
| HSL | 173.11º | 0.4% | 0.7% | - |
| HSV(B) | 173.11º | 0.29% | 0.82% | - |
| XYZ | 46.22 | 56.79 | 65.03 | - |
| YUV | 190.96 | 134.79 | 98.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 210 | 203 | 0.29 | 0 | 0.03 | 0.18 | 173.11 | 0.4 | 0.7 |
| Hex | 95 | D2 | CB | 1D | 0 | 3 | 12 | AD | 28 | 46 |
| Octal | 225 | 322 | 313 | 35 | 0 | 3 | 22 | 255 | 50 | 106 |
| Binary | 10010101 | 11010010 | 11001011 | 11101 | 0 | 11 | 10010 | 10101101 | 101000 | 1000110 |
Color Harmonies of #95D2CB
Complementary color
Monochromatic Colors of #95D2CB
Black with #95D2CB
Text Example
Text Example
White with #95D2CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95D2CB; }
p { color: rgb(149,210,203); }
H1.HeaderClassName
{
color: #95D2CB;
}
.AnyTagClassName
{
color: #95D2CB;
}
</style>
background-color css
<style>
a { background-color: #95D2CB; }
a { background-color: rgb(149,210,203); }
div.DivClassName
{
background-color: #95D2CB;
}
.BgClassName
{
background-color: #95D2CB;
}
</style>
border-color css
<style>
span { border-color: #95D2CB; }
span { border-color: rgb(149,210,203); }
td.TdClassName
{
border-color: #95D2CB;
}
.TagClassName
{
border-color: #95D2CB;
}
</style>