Shades of Riptide #95D8C7
Tints of Riptide #95D8C7
RGB
CMYK
RGB Variations
Color information
#95D8C7 (or 0x95D8C7) is known color: Riptide. HEX triplet: 95, D8 and C7. RGB value is (149,216,199). Sum of RGB (Red+Green+Blue) = 149+216+199=564 (74% of max value = 765). Red value is 149 (58.59% from 255 or 26.42% from 564); Green value is 216 (84.77% from 255 or 38.30% from 564); Blue value is 199 (78.12% from 255 or 35.28% from 564); Max value from RGB is 216 - color contains mainly: green. Hex color #95D8C7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95D8C7 is #6A2738. Grayscale: #C2C2C2. Windows color (decimal): -6956857 or 13097109. OLE color: 13097109.
HSL color Cylindrical-coordinate representation of color #95D8C7: hue angle of 164.78º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #95D8C7 is Cyan = 0.31, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 149 | 216 | 199 | - |
| CMYK | 0.31 | 0 | 0.08 | 0.15 |
| HSL | 164.78º | 0.46% | 0.72% | - |
| HSV(B) | 164.78º | 0.31% | 0.85% | - |
| XYZ | 47.26 | 59.62 | 63.05 | - |
| YUV | 194.03 | 130.8 | 95.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 216 | 199 | 0.31 | 0 | 0.08 | 0.15 | 164.78 | 0.46 | 0.72 |
| Hex | 95 | D8 | C7 | 1F | 0 | 8 | F | A5 | 2E | 48 |
| Octal | 225 | 330 | 307 | 37 | 0 | 10 | 17 | 245 | 56 | 110 |
| Binary | 10010101 | 11011000 | 11000111 | 11111 | 0 | 1000 | 1111 | 10100101 | 101110 | 1001000 |
Color Harmonies of #95D8C7
Complementary color
Monochromatic Colors of #95D8C7
Black with #95D8C7
Text Example
Text Example
White with #95D8C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95D8C7; }
p { color: rgb(149,216,199); }
H1.HeaderClassName
{
color: #95D8C7;
}
.AnyTagClassName
{
color: #95D8C7;
}
</style>
background-color css
<style>
a { background-color: #95D8C7; }
a { background-color: rgb(149,216,199); }
div.DivClassName
{
background-color: #95D8C7;
}
.BgClassName
{
background-color: #95D8C7;
}
</style>
border-color css
<style>
span { border-color: #95D8C7; }
span { border-color: rgb(149,216,199); }
td.TdClassName
{
border-color: #95D8C7;
}
.TagClassName
{
border-color: #95D8C7;
}
</style>