Shades of Riptide #95D6CB
Tints of Riptide #95D6CB
RGB
CMYK
RGB Variations
Color information
#95D6CB (or 0x95D6CB) is known color: Riptide. HEX triplet: 95, D6 and CB. RGB value is (149,214,203). Sum of RGB (Red+Green+Blue) = 149+214+203=566 (74% of max value = 765). Red value is 149 (58.59% from 255 or 26.33% from 566); Green value is 214 (83.98% from 255 or 37.81% from 566); Blue value is 203 (79.69% from 255 or 35.87% from 566); Max value from RGB is 214 - color contains mainly: green. Hex color #95D6CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95D6CB is #6A2934. Grayscale: #C1C1C1. Windows color (decimal): -6957365 or 13358741. OLE color: 13358741.
HSL color Cylindrical-coordinate representation of color #95D6CB: hue angle of 169.85º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #95D6CB is Cyan = 0.30, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 149 | 214 | 203 | - |
| CMYK | 0.30 | 0 | 0.05 | 0.16 |
| HSL | 169.85º | 0.44% | 0.71% | - |
| HSV(B) | 169.85º | 0.3% | 0.84% | - |
| XYZ | 47.22 | 58.79 | 65.36 | - |
| YUV | 193.31 | 133.47 | 96.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 214 | 203 | 0.30 | 0 | 0.05 | 0.16 | 169.85 | 0.44 | 0.71 |
| Hex | 95 | D6 | CB | 1E | 0 | 5 | 10 | AA | 2C | 47 |
| Octal | 225 | 326 | 313 | 36 | 0 | 5 | 20 | 252 | 54 | 107 |
| Binary | 10010101 | 11010110 | 11001011 | 11110 | 0 | 101 | 10000 | 10101010 | 101100 | 1000111 |
Color Harmonies of #95D6CB
Complementary color
Monochromatic Colors of #95D6CB
Black with #95D6CB
Text Example
Text Example
White with #95D6CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95D6CB; }
p { color: rgb(149,214,203); }
H1.HeaderClassName
{
color: #95D6CB;
}
.AnyTagClassName
{
color: #95D6CB;
}
</style>
background-color css
<style>
a { background-color: #95D6CB; }
a { background-color: rgb(149,214,203); }
div.DivClassName
{
background-color: #95D6CB;
}
.BgClassName
{
background-color: #95D6CB;
}
</style>
border-color css
<style>
span { border-color: #95D6CB; }
span { border-color: rgb(149,214,203); }
td.TdClassName
{
border-color: #95D6CB;
}
.TagClassName
{
border-color: #95D6CB;
}
</style>