Shades of Riptide #78DBCA
Tints of Riptide #78DBCA
RGB
CMYK
RGB Variations
Color information
#78DBCA (or 0x78DBCA) is known color: Riptide. HEX triplet: 78, DB and CA. RGB value is (120,219,202). Sum of RGB (Red+Green+Blue) = 120+219+202=541 (71% of max value = 765). Red value is 120 (47.27% from 255 or 22.18% from 541); Green value is 219 (85.94% from 255 or 40.48% from 541); Blue value is 202 (79.30% from 255 or 37.34% from 541); Max value from RGB is 219 - color contains mainly: green. Hex color #78DBCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78DBCA is #872435. Grayscale: #BBBBBB. Windows color (decimal): -8856630 or 13294456. OLE color: 13294456.
HSL color Cylindrical-coordinate representation of color #78DBCA: hue angle of 169.7º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #78DBCA is Cyan = 0.45, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 120 | 219 | 202 | - |
| CMYK | 0.45 | 0 | 0.08 | 0.14 |
| HSL | 169.7º | 0.58% | 0.66% | - |
| HSV(B) | 169.7º | 0.45% | 0.86% | - |
| XYZ | 43.74 | 58.92 | 64.94 | - |
| YUV | 187.46 | 136.2 | 79.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 219 | 202 | 0.45 | 0 | 0.08 | 0.14 | 169.7 | 0.58 | 0.66 |
| Hex | 78 | DB | CA | 2D | 0 | 8 | E | AA | 3A | 42 |
| Octal | 170 | 333 | 312 | 55 | 0 | 10 | 16 | 252 | 72 | 102 |
| Binary | 1111000 | 11011011 | 11001010 | 101101 | 0 | 1000 | 1110 | 10101010 | 111010 | 1000010 |
Color Harmonies of #78DBCA
Complementary color
Monochromatic Colors of #78DBCA
Black with #78DBCA
Text Example
Text Example
White with #78DBCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78DBCA; }
p { color: rgb(120,219,202); }
H1.HeaderClassName
{
color: #78DBCA;
}
.AnyTagClassName
{
color: #78DBCA;
}
</style>
background-color css
<style>
a { background-color: #78DBCA; }
a { background-color: rgb(120,219,202); }
div.DivClassName
{
background-color: #78DBCA;
}
.BgClassName
{
background-color: #78DBCA;
}
</style>
border-color css
<style>
span { border-color: #78DBCA; }
span { border-color: rgb(120,219,202); }
td.TdClassName
{
border-color: #78DBCA;
}
.TagClassName
{
border-color: #78DBCA;
}
</style>