Shades of Downy #62DCBD
Tints of Downy #62DCBD
RGB
CMYK
RGB Variations
Color information
#62DCBD (or 0x62DCBD) is known color: Downy. HEX triplet: 62, DC and BD. RGB value is (98,220,189). Sum of RGB (Red+Green+Blue) = 98+220+189=507 (67% of max value = 765). Red value is 98 (38.67% from 255 or 19.33% from 507); Green value is 220 (86.33% from 255 or 43.39% from 507); Blue value is 189 (74.22% from 255 or 37.28% from 507); Max value from RGB is 220 - color contains mainly: green. Hex color #62DCBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62DCBD is #9D2342. Grayscale: #B3B3B3. Windows color (decimal): -10298179 or 12442722. OLE color: 12442722.
HSL color Cylindrical-coordinate representation of color #62DCBD: hue angle of 164.75º 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 #62DCBD is Cyan = 0.55, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 98 | 220 | 189 | - |
| CMYK | 0.55 | 0 | 0.14 | 0.14 |
| HSL | 164.75º | 0.64% | 0.62% | - |
| HSV(B) | 164.75º | 0.55% | 0.86% | - |
| XYZ | 39.82 | 57.46 | 57.14 | - |
| YUV | 179.99 | 133.08 | 69.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 220 | 189 | 0.55 | 0 | 0.14 | 0.14 | 164.75 | 0.64 | 0.62 |
| Hex | 62 | DC | BD | 37 | 0 | E | E | A5 | 40 | 3E |
| Octal | 142 | 334 | 275 | 67 | 0 | 16 | 16 | 245 | 100 | 76 |
| Binary | 1100010 | 11011100 | 10111101 | 110111 | 0 | 1110 | 1110 | 10100101 | 1000000 | 111110 |
Color Harmonies of #62DCBD
Complementary color
Monochromatic Colors of #62DCBD
Black with #62DCBD
Text Example
Text Example
White with #62DCBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62DCBD; }
p { color: rgb(98,220,189); }
H1.HeaderClassName
{
color: #62DCBD;
}
.AnyTagClassName
{
color: #62DCBD;
}
</style>
background-color css
<style>
a { background-color: #62DCBD; }
a { background-color: rgb(98,220,189); }
div.DivClassName
{
background-color: #62DCBD;
}
.BgClassName
{
background-color: #62DCBD;
}
</style>
border-color css
<style>
span { border-color: #62DCBD; }
span { border-color: rgb(98,220,189); }
td.TdClassName
{
border-color: #62DCBD;
}
.TagClassName
{
border-color: #62DCBD;
}
</style>