Shades of Riptide #78DECB
Tints of Riptide #78DECB
RGB
CMYK
RGB Variations
Color information
#78DECB (or 0x78DECB) is known color: Riptide. HEX triplet: 78, DE and CB. RGB value is (120,222,203). Sum of RGB (Red+Green+Blue) = 120+222+203=545 (72% of max value = 765). Red value is 120 (47.27% from 255 or 22.02% from 545); Green value is 222 (87.11% from 255 or 40.73% from 545); Blue value is 203 (79.69% from 255 or 37.25% from 545); Max value from RGB is 222 - color contains mainly: green. Hex color #78DECB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78DECB is #872134. Grayscale: #BDBDBD. Windows color (decimal): -8855861 or 13360760. OLE color: 13360760.
HSL color Cylindrical-coordinate representation of color #78DECB: hue angle of 168.82º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #78DECB is Cyan = 0.46, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 120 | 222 | 203 | - |
| CMYK | 0.46 | 0 | 0.09 | 0.13 |
| HSL | 168.82º | 0.61% | 0.67% | - |
| HSV(B) | 168.82º | 0.46% | 0.87% | - |
| XYZ | 44.65 | 60.55 | 65.83 | - |
| YUV | 189.34 | 135.71 | 78.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 222 | 203 | 0.46 | 0 | 0.09 | 0.13 | 168.82 | 0.61 | 0.67 |
| Hex | 78 | DE | CB | 2E | 0 | 9 | D | A9 | 3D | 43 |
| Octal | 170 | 336 | 313 | 56 | 0 | 11 | 15 | 251 | 75 | 103 |
| Binary | 1111000 | 11011110 | 11001011 | 101110 | 0 | 1001 | 1101 | 10101001 | 111101 | 1000011 |
Color Harmonies of #78DECB
Complementary color
Monochromatic Colors of #78DECB
Black with #78DECB
Text Example
Text Example
White with #78DECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78DECB; }
p { color: rgb(120,222,203); }
H1.HeaderClassName
{
color: #78DECB;
}
.AnyTagClassName
{
color: #78DECB;
}
</style>
background-color css
<style>
a { background-color: #78DECB; }
a { background-color: rgb(120,222,203); }
div.DivClassName
{
background-color: #78DECB;
}
.BgClassName
{
background-color: #78DECB;
}
</style>
border-color css
<style>
span { border-color: #78DECB; }
span { border-color: rgb(120,222,203); }
td.TdClassName
{
border-color: #78DECB;
}
.TagClassName
{
border-color: #78DECB;
}
</style>