Shades of Riptide #92DBCC
Tints of Riptide #92DBCC
RGB
CMYK
RGB Variations
Color information
#92DBCC (or 0x92DBCC) is known color: Riptide. HEX triplet: 92, DB and CC. RGB value is (146,219,204). Sum of RGB (Red+Green+Blue) = 146+219+204=569 (75% of max value = 765). Red value is 146 (57.42% from 255 or 25.66% from 569); Green value is 219 (85.94% from 255 or 38.49% from 569); Blue value is 204 (80.08% from 255 or 35.85% from 569); Max value from RGB is 219 - color contains mainly: green. Hex color #92DBCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92DBCC is #6D2433. Grayscale: #C3C3C3. Windows color (decimal): -7152692 or 13425554. OLE color: 13425554.
HSL color Cylindrical-coordinate representation of color #92DBCC: hue angle of 167.67º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #92DBCC is Cyan = 0.33, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 146 | 219 | 204 | - |
| CMYK | 0.33 | 0 | 0.07 | 0.14 |
| HSL | 167.67º | 0.5% | 0.72% | - |
| HSV(B) | 167.67º | 0.33% | 0.86% | - |
| XYZ | 48.08 | 61.13 | 66.39 | - |
| YUV | 195.46 | 132.82 | 92.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 219 | 204 | 0.33 | 0 | 0.07 | 0.14 | 167.67 | 0.5 | 0.72 |
| Hex | 92 | DB | CC | 21 | 0 | 7 | E | A8 | 32 | 48 |
| Octal | 222 | 333 | 314 | 41 | 0 | 7 | 16 | 250 | 62 | 110 |
| Binary | 10010010 | 11011011 | 11001100 | 100001 | 0 | 111 | 1110 | 10101000 | 110010 | 1001000 |
Color Harmonies of #92DBCC
Complementary color
Monochromatic Colors of #92DBCC
Black with #92DBCC
Text Example
Text Example
White with #92DBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92DBCC; }
p { color: rgb(146,219,204); }
H1.HeaderClassName
{
color: #92DBCC;
}
.AnyTagClassName
{
color: #92DBCC;
}
</style>
background-color css
<style>
a { background-color: #92DBCC; }
a { background-color: rgb(146,219,204); }
div.DivClassName
{
background-color: #92DBCC;
}
.BgClassName
{
background-color: #92DBCC;
}
</style>
border-color css
<style>
span { border-color: #92DBCC; }
span { border-color: rgb(146,219,204); }
td.TdClassName
{
border-color: #92DBCC;
}
.TagClassName
{
border-color: #92DBCC;
}
</style>