Shades of Riptide #95E3C5
Tints of Riptide #95E3C5
RGB
CMYK
RGB Variations
Color information
#95E3C5 (or 0x95E3C5) is known color: Riptide. HEX triplet: 95, E3 and C5. RGB value is (149,227,197). Sum of RGB (Red+Green+Blue) = 149+227+197=573 (75% of max value = 765). Red value is 149 (58.59% from 255 or 26.00% from 573); Green value is 227 (89.06% from 255 or 39.62% from 573); Blue value is 197 (77.34% from 255 or 34.38% from 573); Max value from RGB is 227 - color contains mainly: green. Hex color #95E3C5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95E3C5 is #6A1C3A. Grayscale: #C8C8C8. Windows color (decimal): -6954043 or 12968853. OLE color: 12968853.
HSL color Cylindrical-coordinate representation of color #95E3C5: hue angle of 156.92º degrees, saturation: 0.58, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #95E3C5 is Cyan = 0.34, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 149 | 227 | 197 | - |
| CMYK | 0.34 | 0 | 0.13 | 0.11 |
| HSL | 156.92º | 0.58% | 0.74% | - |
| HSV(B) | 156.92º | 0.34% | 0.89% | - |
| XYZ | 49.94 | 65.36 | 62.81 | - |
| YUV | 200.26 | 126.16 | 91.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 227 | 197 | 0.34 | 0 | 0.13 | 0.11 | 156.92 | 0.58 | 0.74 |
| Hex | 95 | E3 | C5 | 22 | 0 | D | B | 9D | 3A | 4A |
| Octal | 225 | 343 | 305 | 42 | 0 | 15 | 13 | 235 | 72 | 112 |
| Binary | 10010101 | 11100011 | 11000101 | 100010 | 0 | 1101 | 1011 | 10011101 | 111010 | 1001010 |
Color Harmonies of #95E3C5
Complementary color
Monochromatic Colors of #95E3C5
Black with #95E3C5
Text Example
Text Example
White with #95E3C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95E3C5; }
p { color: rgb(149,227,197); }
H1.HeaderClassName
{
color: #95E3C5;
}
.AnyTagClassName
{
color: #95E3C5;
}
</style>
background-color css
<style>
a { background-color: #95E3C5; }
a { background-color: rgb(149,227,197); }
div.DivClassName
{
background-color: #95E3C5;
}
.BgClassName
{
background-color: #95E3C5;
}
</style>
border-color css
<style>
span { border-color: #95E3C5; }
span { border-color: rgb(149,227,197); }
td.TdClassName
{
border-color: #95E3C5;
}
.TagClassName
{
border-color: #95E3C5;
}
</style>