Shades of Riptide #92EDD1
Tints of Riptide #92EDD1
RGB
CMYK
RGB Variations
Color information
#92EDD1 (or 0x92EDD1) is known color: Riptide. HEX triplet: 92, ED and D1. RGB value is (146,237,209). Sum of RGB (Red+Green+Blue) = 146+237+209=592 (78% of max value = 765). Red value is 146 (57.42% from 255 or 24.66% from 592); Green value is 237 (92.97% from 255 or 40.03% from 592); Blue value is 209 (82.03% from 255 or 35.30% from 592); Max value from RGB is 237 - color contains mainly: green. Hex color #92EDD1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #92EDD1 is #6D122E. Grayscale: #CECECE. Windows color (decimal): -7148079 or 13757842. OLE color: 13757842.
HSL color Cylindrical-coordinate representation of color #92EDD1: hue angle of 161.54º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #92EDD1 is Cyan = 0.38, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 146 | 237 | 209 | - |
| CMYK | 0.38 | 0 | 0.12 | 0.07 |
| HSL | 161.54º | 0.72% | 0.75% | - |
| HSV(B) | 161.54º | 0.38% | 0.93% | - |
| XYZ | 53.65 | 71.28 | 71.25 | - |
| YUV | 206.6 | 129.35 | 84.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 237 | 209 | 0.38 | 0 | 0.12 | 0.07 | 161.54 | 0.72 | 0.75 |
| Hex | 92 | ED | D1 | 26 | 0 | C | 7 | A2 | 48 | 4B |
| Octal | 222 | 355 | 321 | 46 | 0 | 14 | 7 | 242 | 110 | 113 |
| Binary | 10010010 | 11101101 | 11010001 | 100110 | 0 | 1100 | 111 | 10100010 | 1001000 | 1001011 |
Color Harmonies of #92EDD1
Complementary color
Monochromatic Colors of #92EDD1
Black with #92EDD1
Text Example
Text Example
White with #92EDD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92EDD1; }
p { color: rgb(146,237,209); }
H1.HeaderClassName
{
color: #92EDD1;
}
.AnyTagClassName
{
color: #92EDD1;
}
</style>
background-color css
<style>
a { background-color: #92EDD1; }
a { background-color: rgb(146,237,209); }
div.DivClassName
{
background-color: #92EDD1;
}
.BgClassName
{
background-color: #92EDD1;
}
</style>
border-color css
<style>
span { border-color: #92EDD1; }
span { border-color: rgb(146,237,209); }
td.TdClassName
{
border-color: #92EDD1;
}
.TagClassName
{
border-color: #92EDD1;
}
</style>