Shades of Riptide #95D5C2
Tints of Riptide #95D5C2
RGB
CMYK
RGB Variations
Color information
#95D5C2 (or 0x95D5C2) is known color: Riptide. HEX triplet: 95, D5 and C2. RGB value is (149,213,194). Sum of RGB (Red+Green+Blue) = 149+213+194=556 (73% of max value = 765). Red value is 149 (58.59% from 255 or 26.80% from 556); Green value is 213 (83.59% from 255 or 38.31% from 556); Blue value is 194 (76.17% from 255 or 34.89% from 556); Max value from RGB is 213 - color contains mainly: green. Hex color #95D5C2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95D5C2 is #6A2A3D. Grayscale: #BFBFBF. Windows color (decimal): -6957630 or 12768661. OLE color: 12768661.
HSL color Cylindrical-coordinate representation of color #95D5C2: hue angle of 162.19º degrees, saturation: 0.43, 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 #95D5C2 is Cyan = 0.30, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 149 | 213 | 194 | - |
| CMYK | 0.30 | 0 | 0.09 | 0.16 |
| HSL | 162.19º | 0.43% | 0.71% | - |
| HSV(B) | 162.19º | 0.3% | 0.84% | - |
| XYZ | 45.93 | 57.87 | 59.79 | - |
| YUV | 191.7 | 129.3 | 97.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 213 | 194 | 0.30 | 0 | 0.09 | 0.16 | 162.19 | 0.43 | 0.71 |
| Hex | 95 | D5 | C2 | 1E | 0 | 9 | 10 | A2 | 2B | 47 |
| Octal | 225 | 325 | 302 | 36 | 0 | 11 | 20 | 242 | 53 | 107 |
| Binary | 10010101 | 11010101 | 11000010 | 11110 | 0 | 1001 | 10000 | 10100010 | 101011 | 1000111 |
Color Harmonies of #95D5C2
Complementary color
Monochromatic Colors of #95D5C2
Black with #95D5C2
Text Example
Text Example
White with #95D5C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95D5C2; }
p { color: rgb(149,213,194); }
H1.HeaderClassName
{
color: #95D5C2;
}
.AnyTagClassName
{
color: #95D5C2;
}
</style>
background-color css
<style>
a { background-color: #95D5C2; }
a { background-color: rgb(149,213,194); }
div.DivClassName
{
background-color: #95D5C2;
}
.BgClassName
{
background-color: #95D5C2;
}
</style>
border-color css
<style>
span { border-color: #95D5C2; }
span { border-color: rgb(149,213,194); }
td.TdClassName
{
border-color: #95D5C2;
}
.TagClassName
{
border-color: #95D5C2;
}
</style>