Shades of Riptide #92E0CA
Tints of Riptide #92E0CA
RGB
CMYK
RGB Variations
Color information
#92E0CA (or 0x92E0CA) is known color: Riptide. HEX triplet: 92, E0 and CA. RGB value is (146,224,202). Sum of RGB (Red+Green+Blue) = 146+224+202=572 (75% of max value = 765). Red value is 146 (57.42% from 255 or 25.52% from 572); Green value is 224 (87.89% from 255 or 39.16% from 572); Blue value is 202 (79.30% from 255 or 35.31% from 572); Max value from RGB is 224 - color contains mainly: green. Hex color #92E0CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92E0CA is #6D1F35. Grayscale: #C6C6C6. Windows color (decimal): -7151414 or 13295762. OLE color: 13295762.
HSL color Cylindrical-coordinate representation of color #92E0CA: hue angle of 163.08º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #92E0CA is Cyan = 0.35, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 146 | 224 | 202 | - |
| CMYK | 0.35 | 0 | 0.10 | 0.12 |
| HSL | 163.08º | 0.56% | 0.73% | - |
| HSV(B) | 163.08º | 0.35% | 0.88% | - |
| XYZ | 49.17 | 63.69 | 65.58 | - |
| YUV | 198.17 | 130.16 | 90.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 224 | 202 | 0.35 | 0 | 0.10 | 0.12 | 163.08 | 0.56 | 0.73 |
| Hex | 92 | E0 | CA | 23 | 0 | A | C | A3 | 38 | 49 |
| Octal | 222 | 340 | 312 | 43 | 0 | 12 | 14 | 243 | 70 | 111 |
| Binary | 10010010 | 11100000 | 11001010 | 100011 | 0 | 1010 | 1100 | 10100011 | 111000 | 1001001 |
Color Harmonies of #92E0CA
Complementary color
Monochromatic Colors of #92E0CA
Black with #92E0CA
Text Example
Text Example
White with #92E0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92E0CA; }
p { color: rgb(146,224,202); }
H1.HeaderClassName
{
color: #92E0CA;
}
.AnyTagClassName
{
color: #92E0CA;
}
</style>
background-color css
<style>
a { background-color: #92E0CA; }
a { background-color: rgb(146,224,202); }
div.DivClassName
{
background-color: #92E0CA;
}
.BgClassName
{
background-color: #92E0CA;
}
</style>
border-color css
<style>
span { border-color: #92E0CA; }
span { border-color: rgb(146,224,202); }
td.TdClassName
{
border-color: #92E0CA;
}
.TagClassName
{
border-color: #92E0CA;
}
</style>