Shades of Downy #62C2BC
Tints of Downy #62C2BC
RGB
CMYK
RGB Variations
Color information
#62C2BC (or 0x62C2BC) is known color: Downy. HEX triplet: 62, C2 and BC. RGB value is (98,194,188). Sum of RGB (Red+Green+Blue) = 98+194+188=480 (63% of max value = 765). Red value is 98 (38.67% from 255 or 20.42% from 480); Green value is 194 (76.17% from 255 or 40.42% from 480); Blue value is 188 (73.83% from 255 or 39.17% from 480); Max value from RGB is 194 - color contains mainly: green. Hex color #62C2BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62C2BC is #9D3D43. Grayscale: #A4A4A4. Windows color (decimal): -10304836 or 12370530. OLE color: 12370530.
HSL color Cylindrical-coordinate representation of color #62C2BC: hue angle of 176.25º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #62C2BC is Cyan = 0.49, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 98 | 194 | 188 | - |
| CMYK | 0.49 | 0 | 0.03 | 0.24 |
| HSL | 176.25º | 0.44% | 0.57% | - |
| HSV(B) | 176.25º | 0.49% | 0.76% | - |
| XYZ | 33.41 | 44.81 | 54.47 | - |
| YUV | 164.61 | 141.2 | 80.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 194 | 188 | 0.49 | 0 | 0.03 | 0.24 | 176.25 | 0.44 | 0.57 |
| Hex | 62 | C2 | BC | 31 | 0 | 3 | 18 | B0 | 2C | 39 |
| Octal | 142 | 302 | 274 | 61 | 0 | 3 | 30 | 260 | 54 | 71 |
| Binary | 1100010 | 11000010 | 10111100 | 110001 | 0 | 11 | 11000 | 10110000 | 101100 | 111001 |
Color Harmonies of #62C2BC
Complementary color
Monochromatic Colors of #62C2BC
Black with #62C2BC
Text Example
Text Example
White with #62C2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62C2BC; }
p { color: rgb(98,194,188); }
H1.HeaderClassName
{
color: #62C2BC;
}
.AnyTagClassName
{
color: #62C2BC;
}
</style>
background-color css
<style>
a { background-color: #62C2BC; }
a { background-color: rgb(98,194,188); }
div.DivClassName
{
background-color: #62C2BC;
}
.BgClassName
{
background-color: #62C2BC;
}
</style>
border-color css
<style>
span { border-color: #62C2BC; }
span { border-color: rgb(98,194,188); }
td.TdClassName
{
border-color: #62C2BC;
}
.TagClassName
{
border-color: #62C2BC;
}
</style>