Shades of Downy #62DCBF
Tints of Downy #62DCBF
RGB
CMYK
RGB Variations
Color information
#62DCBF (or 0x62DCBF) is known color: Downy. HEX triplet: 62, DC and BF. RGB value is (98,220,191). Sum of RGB (Red+Green+Blue) = 98+220+191=509 (67% of max value = 765). Red value is 98 (38.67% from 255 or 19.25% from 509); Green value is 220 (86.33% from 255 or 43.22% from 509); Blue value is 191 (75% from 255 or 37.52% from 509); Max value from RGB is 220 - color contains mainly: green. Hex color #62DCBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62DCBF is #9D2340. Grayscale: #B4B4B4. Windows color (decimal): -10298177 or 12573794. OLE color: 12573794.
HSL color Cylindrical-coordinate representation of color #62DCBF: hue angle of 165.74º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #62DCBF is Cyan = 0.55, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 98 | 220 | 191 | - |
| CMYK | 0.55 | 0 | 0.13 | 0.14 |
| HSL | 165.74º | 0.64% | 0.62% | - |
| HSV(B) | 165.74º | 0.55% | 0.86% | - |
| XYZ | 40.03 | 57.54 | 58.29 | - |
| YUV | 180.22 | 134.08 | 69.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 220 | 191 | 0.55 | 0 | 0.13 | 0.14 | 165.74 | 0.64 | 0.62 |
| Hex | 62 | DC | BF | 37 | 0 | D | E | A6 | 40 | 3E |
| Octal | 142 | 334 | 277 | 67 | 0 | 15 | 16 | 246 | 100 | 76 |
| Binary | 1100010 | 11011100 | 10111111 | 110111 | 0 | 1101 | 1110 | 10100110 | 1000000 | 111110 |
Color Harmonies of #62DCBF
Complementary color
Monochromatic Colors of #62DCBF
Black with #62DCBF
Text Example
Text Example
White with #62DCBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62DCBF; }
p { color: rgb(98,220,191); }
H1.HeaderClassName
{
color: #62DCBF;
}
.AnyTagClassName
{
color: #62DCBF;
}
</style>
background-color css
<style>
a { background-color: #62DCBF; }
a { background-color: rgb(98,220,191); }
div.DivClassName
{
background-color: #62DCBF;
}
.BgClassName
{
background-color: #62DCBF;
}
</style>
border-color css
<style>
span { border-color: #62DCBF; }
span { border-color: rgb(98,220,191); }
td.TdClassName
{
border-color: #62DCBF;
}
.TagClassName
{
border-color: #62DCBF;
}
</style>