Shades of Riptide #92E0D3
Tints of Riptide #92E0D3
RGB
CMYK
RGB Variations
Color information
#92E0D3 (or 0x92E0D3) is known color: Riptide. HEX triplet: 92, E0 and D3. RGB value is (146,224,211). Sum of RGB (Red+Green+Blue) = 146+224+211=581 (76% of max value = 765). Red value is 146 (57.42% from 255 or 25.13% from 581); Green value is 224 (87.89% from 255 or 38.55% from 581); Blue value is 211 (82.81% from 255 or 36.32% from 581); Max value from RGB is 224 - color contains mainly: green. Hex color #92E0D3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92E0D3 is #6D1F2C. Grayscale: #C7C7C7. Windows color (decimal): -7151405 or 13885586. OLE color: 13885586.
HSL color Cylindrical-coordinate representation of color #92E0D3: hue angle of 170º 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 #92E0D3 is Cyan = 0.35, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 146 | 224 | 211 | - |
| CMYK | 0.35 | 0 | 0.06 | 0.12 |
| HSL | 170º | 0.56% | 0.73% | - |
| HSV(B) | 170º | 0.35% | 0.88% | - |
| XYZ | 50.27 | 64.13 | 71.36 | - |
| YUV | 199.2 | 134.66 | 90.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 224 | 211 | 0.35 | 0 | 0.06 | 0.12 | 170 | 0.56 | 0.73 |
| Hex | 92 | E0 | D3 | 23 | 0 | 6 | C | AA | 38 | 49 |
| Octal | 222 | 340 | 323 | 43 | 0 | 6 | 14 | 252 | 70 | 111 |
| Binary | 10010010 | 11100000 | 11010011 | 100011 | 0 | 110 | 1100 | 10101010 | 111000 | 1001001 |
Color Harmonies of #92E0D3
Complementary color
Monochromatic Colors of #92E0D3
Black with #92E0D3
Text Example
Text Example
White with #92E0D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92E0D3; }
p { color: rgb(146,224,211); }
H1.HeaderClassName
{
color: #92E0D3;
}
.AnyTagClassName
{
color: #92E0D3;
}
</style>
background-color css
<style>
a { background-color: #92E0D3; }
a { background-color: rgb(146,224,211); }
div.DivClassName
{
background-color: #92E0D3;
}
.BgClassName
{
background-color: #92E0D3;
}
</style>
border-color css
<style>
span { border-color: #92E0D3; }
span { border-color: rgb(146,224,211); }
td.TdClassName
{
border-color: #92E0D3;
}
.TagClassName
{
border-color: #92E0D3;
}
</style>