Shades of Riptide #92E7C5
Tints of Riptide #92E7C5
RGB
CMYK
RGB Variations
Color information
#92E7C5 (or 0x92E7C5) is known color: Riptide. HEX triplet: 92, E7 and C5. RGB value is (146,231,197). Sum of RGB (Red+Green+Blue) = 146+231+197=574 (76% of max value = 765). Red value is 146 (57.42% from 255 or 25.44% from 574); Green value is 231 (90.62% from 255 or 40.24% from 574); Blue value is 197 (77.34% from 255 or 34.32% from 574); Max value from RGB is 231 - color contains mainly: green. Hex color #92E7C5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #92E7C5 is #6D183A. Grayscale: #C9C9C9. Windows color (decimal): -7149627 or 12969874. OLE color: 12969874.
HSL color Cylindrical-coordinate representation of color #92E7C5: hue angle of 156º degrees, saturation: 0.64, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #92E7C5 is Cyan = 0.37, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 146 | 231 | 197 | - |
| CMYK | 0.37 | 0 | 0.15 | 0.09 |
| HSL | 156º | 0.64% | 0.74% | - |
| HSV(B) | 156º | 0.37% | 0.91% | - |
| XYZ | 50.51 | 67.29 | 63.15 | - |
| YUV | 201.71 | 125.34 | 88.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 231 | 197 | 0.37 | 0 | 0.15 | 0.09 | 156 | 0.64 | 0.74 |
| Hex | 92 | E7 | C5 | 25 | 0 | F | 9 | 9C | 40 | 4A |
| Octal | 222 | 347 | 305 | 45 | 0 | 17 | 11 | 234 | 100 | 112 |
| Binary | 10010010 | 11100111 | 11000101 | 100101 | 0 | 1111 | 1001 | 10011100 | 1000000 | 1001010 |
Color Harmonies of #92E7C5
Complementary color
Monochromatic Colors of #92E7C5
Black with #92E7C5
Text Example
Text Example
White with #92E7C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92E7C5; }
p { color: rgb(146,231,197); }
H1.HeaderClassName
{
color: #92E7C5;
}
.AnyTagClassName
{
color: #92E7C5;
}
</style>
background-color css
<style>
a { background-color: #92E7C5; }
a { background-color: rgb(146,231,197); }
div.DivClassName
{
background-color: #92E7C5;
}
.BgClassName
{
background-color: #92E7C5;
}
</style>
border-color css
<style>
span { border-color: #92E7C5; }
span { border-color: rgb(146,231,197); }
td.TdClassName
{
border-color: #92E7C5;
}
.TagClassName
{
border-color: #92E7C5;
}
</style>