Shades of Riptide #95E1D3
Tints of Riptide #95E1D3
RGB
CMYK
RGB Variations
Color information
#95E1D3 (or 0x95E1D3) is known color: Riptide. HEX triplet: 95, E1 and D3. RGB value is (149,225,211). Sum of RGB (Red+Green+Blue) = 149+225+211=585 (77% of max value = 765). Red value is 149 (58.59% from 255 or 25.47% from 585); Green value is 225 (88.28% from 255 or 38.46% from 585); Blue value is 211 (82.81% from 255 or 36.07% from 585); Max value from RGB is 225 - color contains mainly: green. Hex color #95E1D3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95E1D3 is #6A1E2C. Grayscale: #C8C8C8. Windows color (decimal): -6954541 or 13885845. OLE color: 13885845.
HSL color Cylindrical-coordinate representation of color #95E1D3: hue angle of 168.95º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #95E1D3 is Cyan = 0.34, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 149 | 225 | 211 | - |
| CMYK | 0.34 | 0 | 0.06 | 0.12 |
| HSL | 168.95º | 0.56% | 0.73% | - |
| HSV(B) | 168.95º | 0.34% | 0.88% | - |
| XYZ | 51.08 | 64.94 | 71.47 | - |
| YUV | 200.68 | 133.82 | 91.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 225 | 211 | 0.34 | 0 | 0.06 | 0.12 | 168.95 | 0.56 | 0.73 |
| Hex | 95 | E1 | D3 | 22 | 0 | 6 | C | A9 | 38 | 49 |
| Octal | 225 | 341 | 323 | 42 | 0 | 6 | 14 | 251 | 70 | 111 |
| Binary | 10010101 | 11100001 | 11010011 | 100010 | 0 | 110 | 1100 | 10101001 | 111000 | 1001001 |
Color Harmonies of #95E1D3
Complementary color
Monochromatic Colors of #95E1D3
Black with #95E1D3
Text Example
Text Example
White with #95E1D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95E1D3; }
p { color: rgb(149,225,211); }
H1.HeaderClassName
{
color: #95E1D3;
}
.AnyTagClassName
{
color: #95E1D3;
}
</style>
background-color css
<style>
a { background-color: #95E1D3; }
a { background-color: rgb(149,225,211); }
div.DivClassName
{
background-color: #95E1D3;
}
.BgClassName
{
background-color: #95E1D3;
}
</style>
border-color css
<style>
span { border-color: #95E1D3; }
span { border-color: rgb(149,225,211); }
td.TdClassName
{
border-color: #95E1D3;
}
.TagClassName
{
border-color: #95E1D3;
}
</style>