Shades of Riptide #95EAD6
Tints of Riptide #95EAD6
RGB
CMYK
RGB Variations
Color information
#95EAD6 (or 0x95EAD6) is known color: Riptide. HEX triplet: 95, EA and D6. RGB value is (149,234,214). Sum of RGB (Red+Green+Blue) = 149+234+214=597 (79% of max value = 765). Red value is 149 (58.59% from 255 or 24.96% from 597); Green value is 234 (91.80% from 255 or 39.20% from 597); Blue value is 214 (83.98% from 255 or 35.85% from 597); Max value from RGB is 234 - color contains mainly: green. Hex color #95EAD6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95EAD6 is #6A1529. Grayscale: #CECECE. Windows color (decimal): -6952234 or 14084757. OLE color: 14084757.
HSL color Cylindrical-coordinate representation of color #95EAD6: hue angle of 165.88º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #95EAD6 is Cyan = 0.36, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 149 | 234 | 214 | - |
| CMYK | 0.36 | 0 | 0.09 | 0.08 |
| HSL | 165.88º | 0.67% | 0.75% | - |
| HSV(B) | 165.88º | 0.36% | 0.92% | - |
| XYZ | 53.95 | 70.09 | 74.3 | - |
| YUV | 206.31 | 132.34 | 87.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 234 | 214 | 0.36 | 0 | 0.09 | 0.08 | 165.88 | 0.67 | 0.75 |
| Hex | 95 | EA | D6 | 24 | 0 | 9 | 8 | A6 | 43 | 4B |
| Octal | 225 | 352 | 326 | 44 | 0 | 11 | 10 | 246 | 103 | 113 |
| Binary | 10010101 | 11101010 | 11010110 | 100100 | 0 | 1001 | 1000 | 10100110 | 1000011 | 1001011 |
Color Harmonies of #95EAD6
Complementary color
Monochromatic Colors of #95EAD6
Black with #95EAD6
Text Example
Text Example
White with #95EAD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95EAD6; }
p { color: rgb(149,234,214); }
H1.HeaderClassName
{
color: #95EAD6;
}
.AnyTagClassName
{
color: #95EAD6;
}
</style>
background-color css
<style>
a { background-color: #95EAD6; }
a { background-color: rgb(149,234,214); }
div.DivClassName
{
background-color: #95EAD6;
}
.BgClassName
{
background-color: #95EAD6;
}
</style>
border-color css
<style>
span { border-color: #95EAD6; }
span { border-color: rgb(149,234,214); }
td.TdClassName
{
border-color: #95EAD6;
}
.TagClassName
{
border-color: #95EAD6;
}
</style>