Shades of Riptide #95E3C4
Tints of Riptide #95E3C4
RGB
CMYK
RGB Variations
Color information
#95E3C4 (or 0x95E3C4) is known color: Riptide. HEX triplet: 95, E3 and C4. RGB value is (149,227,196). Sum of RGB (Red+Green+Blue) = 149+227+196=572 (75% of max value = 765). Red value is 149 (58.59% from 255 or 26.05% from 572); Green value is 227 (89.06% from 255 or 39.69% from 572); Blue value is 196 (76.95% from 255 or 34.27% from 572); Max value from RGB is 227 - color contains mainly: green. Hex color #95E3C4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95E3C4 is #6A1C3B. Grayscale: #C8C8C8. Windows color (decimal): -6954044 or 12903317. OLE color: 12903317.
HSL color Cylindrical-coordinate representation of color #95E3C4: hue angle of 156.15º 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 #95E3C4 is Cyan = 0.34, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 149 | 227 | 196 | - |
| CMYK | 0.34 | 0 | 0.14 | 0.11 |
| HSL | 156.15º | 0.58% | 0.74% | - |
| HSV(B) | 156.15º | 0.34% | 0.89% | - |
| XYZ | 49.83 | 65.31 | 62.21 | - |
| YUV | 200.14 | 125.66 | 91.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 227 | 196 | 0.34 | 0 | 0.14 | 0.11 | 156.15 | 0.58 | 0.74 |
| Hex | 95 | E3 | C4 | 22 | 0 | E | B | 9C | 3A | 4A |
| Octal | 225 | 343 | 304 | 42 | 0 | 16 | 13 | 234 | 72 | 112 |
| Binary | 10010101 | 11100011 | 11000100 | 100010 | 0 | 1110 | 1011 | 10011100 | 111010 | 1001010 |
Color Harmonies of #95E3C4
Complementary color
Monochromatic Colors of #95E3C4
Black with #95E3C4
Text Example
Text Example
White with #95E3C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95E3C4; }
p { color: rgb(149,227,196); }
H1.HeaderClassName
{
color: #95E3C4;
}
.AnyTagClassName
{
color: #95E3C4;
}
</style>
background-color css
<style>
a { background-color: #95E3C4; }
a { background-color: rgb(149,227,196); }
div.DivClassName
{
background-color: #95E3C4;
}
.BgClassName
{
background-color: #95E3C4;
}
</style>
border-color css
<style>
span { border-color: #95E3C4; }
span { border-color: rgb(149,227,196); }
td.TdClassName
{
border-color: #95E3C4;
}
.TagClassName
{
border-color: #95E3C4;
}
</style>