Shades of Riptide #95E4CA
Tints of Riptide #95E4CA
RGB
CMYK
RGB Variations
Color information
#95E4CA (or 0x95E4CA) is known color: Riptide. HEX triplet: 95, E4 and CA. RGB value is (149,228,202). Sum of RGB (Red+Green+Blue) = 149+228+202=579 (76% of max value = 765). Red value is 149 (58.59% from 255 or 25.73% from 579); Green value is 228 (89.45% from 255 or 39.38% from 579); Blue value is 202 (79.30% from 255 or 34.89% from 579); Max value from RGB is 228 - color contains mainly: green. Hex color #95E4CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95E4CA is #6A1B35. Grayscale: #C9C9C9. Windows color (decimal): -6953782 or 13296789. OLE color: 13296789.
HSL color Cylindrical-coordinate representation of color #95E4CA: hue angle of 160.25º degrees, saturation: 0.59, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #95E4CA is Cyan = 0.35, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 149 | 228 | 202 | - |
| CMYK | 0.35 | 0 | 0.11 | 0.11 |
| HSL | 160.25º | 0.59% | 0.74% | - |
| HSV(B) | 160.25º | 0.35% | 0.89% | - |
| XYZ | 50.8 | 66.14 | 65.97 | - |
| YUV | 201.42 | 128.33 | 90.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 228 | 202 | 0.35 | 0 | 0.11 | 0.11 | 160.25 | 0.59 | 0.74 |
| Hex | 95 | E4 | CA | 23 | 0 | B | B | A0 | 3B | 4A |
| Octal | 225 | 344 | 312 | 43 | 0 | 13 | 13 | 240 | 73 | 112 |
| Binary | 10010101 | 11100100 | 11001010 | 100011 | 0 | 1011 | 1011 | 10100000 | 111011 | 1001010 |
Color Harmonies of #95E4CA
Complementary color
Monochromatic Colors of #95E4CA
Black with #95E4CA
Text Example
Text Example
White with #95E4CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95E4CA; }
p { color: rgb(149,228,202); }
H1.HeaderClassName
{
color: #95E4CA;
}
.AnyTagClassName
{
color: #95E4CA;
}
</style>
background-color css
<style>
a { background-color: #95E4CA; }
a { background-color: rgb(149,228,202); }
div.DivClassName
{
background-color: #95E4CA;
}
.BgClassName
{
background-color: #95E4CA;
}
</style>
border-color css
<style>
span { border-color: #95E4CA; }
span { border-color: rgb(149,228,202); }
td.TdClassName
{
border-color: #95E4CA;
}
.TagClassName
{
border-color: #95E4CA;
}
</style>