Shades of Riptide #92E5D3
Tints of Riptide #92E5D3
RGB
CMYK
RGB Variations
Color information
#92E5D3 (or 0x92E5D3) is known color: Riptide. HEX triplet: 92, E5 and D3. RGB value is (146,229,211). Sum of RGB (Red+Green+Blue) = 146+229+211=586 (77% of max value = 765). Red value is 146 (57.42% from 255 or 24.91% from 586); Green value is 229 (89.84% from 255 or 39.08% from 586); Blue value is 211 (82.81% from 255 or 36.01% from 586); Max value from RGB is 229 - color contains mainly: green. Hex color #92E5D3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92E5D3 is #6D1A2C. Grayscale: #CACACA. Windows color (decimal): -7150125 or 13886866. OLE color: 13886866.
HSL color Cylindrical-coordinate representation of color #92E5D3: hue angle of 166.99º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #92E5D3 is Cyan = 0.36, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 146 | 229 | 211 | - |
| CMYK | 0.36 | 0 | 0.08 | 0.10 |
| HSL | 166.99º | 0.61% | 0.74% | - |
| HSV(B) | 166.99º | 0.36% | 0.9% | - |
| XYZ | 51.63 | 66.85 | 71.81 | - |
| YUV | 202.13 | 133 | 87.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 229 | 211 | 0.36 | 0 | 0.08 | 0.10 | 166.99 | 0.61 | 0.74 |
| Hex | 92 | E5 | D3 | 24 | 0 | 8 | A | A7 | 3D | 4A |
| Octal | 222 | 345 | 323 | 44 | 0 | 10 | 12 | 247 | 75 | 112 |
| Binary | 10010010 | 11100101 | 11010011 | 100100 | 0 | 1000 | 1010 | 10100111 | 111101 | 1001010 |
Color Harmonies of #92E5D3
Complementary color
Monochromatic Colors of #92E5D3
Black with #92E5D3
Text Example
Text Example
White with #92E5D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92E5D3; }
p { color: rgb(146,229,211); }
H1.HeaderClassName
{
color: #92E5D3;
}
.AnyTagClassName
{
color: #92E5D3;
}
</style>
background-color css
<style>
a { background-color: #92E5D3; }
a { background-color: rgb(146,229,211); }
div.DivClassName
{
background-color: #92E5D3;
}
.BgClassName
{
background-color: #92E5D3;
}
</style>
border-color css
<style>
span { border-color: #92E5D3; }
span { border-color: rgb(146,229,211); }
td.TdClassName
{
border-color: #92E5D3;
}
.TagClassName
{
border-color: #92E5D3;
}
</style>