Shades of Riptide #95D3CB
Tints of Riptide #95D3CB
RGB
CMYK
RGB Variations
Color information
#95D3CB (or 0x95D3CB) is known color: Riptide. HEX triplet: 95, D3 and CB. RGB value is (149,211,203). Sum of RGB (Red+Green+Blue) = 149+211+203=563 (74% of max value = 765). Red value is 149 (58.59% from 255 or 26.47% from 563); Green value is 211 (82.81% from 255 or 37.48% from 563); Blue value is 203 (79.69% from 255 or 36.06% from 563); Max value from RGB is 211 - color contains mainly: green. Hex color #95D3CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95D3CB is #6A2C34. Grayscale: #BFBFBF. Windows color (decimal): -6958133 or 13357973. OLE color: 13357973.
HSL color Cylindrical-coordinate representation of color #95D3CB: hue angle of 172.26º 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 #95D3CB is Cyan = 0.29, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 149 | 211 | 203 | - |
| CMYK | 0.29 | 0 | 0.04 | 0.17 |
| HSL | 172.26º | 0.41% | 0.71% | - |
| HSV(B) | 172.26º | 0.29% | 0.83% | - |
| XYZ | 46.47 | 57.29 | 65.11 | - |
| YUV | 191.55 | 134.46 | 97.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 211 | 203 | 0.29 | 0 | 0.04 | 0.17 | 172.26 | 0.41 | 0.71 |
| Hex | 95 | D3 | CB | 1D | 0 | 4 | 11 | AC | 29 | 47 |
| Octal | 225 | 323 | 313 | 35 | 0 | 4 | 21 | 254 | 51 | 107 |
| Binary | 10010101 | 11010011 | 11001011 | 11101 | 0 | 100 | 10001 | 10101100 | 101001 | 1000111 |
Color Harmonies of #95D3CB
Complementary color
Monochromatic Colors of #95D3CB
Black with #95D3CB
Text Example
Text Example
White with #95D3CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95D3CB; }
p { color: rgb(149,211,203); }
H1.HeaderClassName
{
color: #95D3CB;
}
.AnyTagClassName
{
color: #95D3CB;
}
</style>
background-color css
<style>
a { background-color: #95D3CB; }
a { background-color: rgb(149,211,203); }
div.DivClassName
{
background-color: #95D3CB;
}
.BgClassName
{
background-color: #95D3CB;
}
</style>
border-color css
<style>
span { border-color: #95D3CB; }
span { border-color: rgb(149,211,203); }
td.TdClassName
{
border-color: #95D3CB;
}
.TagClassName
{
border-color: #95D3CB;
}
</style>