Shades of Downy #62CFB6
Tints of Downy #62CFB6
RGB
CMYK
RGB Variations
Color information
#62CFB6 (or 0x62CFB6) is known color: Downy. HEX triplet: 62, CF and B6. RGB value is (98,207,182). Sum of RGB (Red+Green+Blue) = 98+207+182=487 (64% of max value = 765). Red value is 98 (38.67% from 255 or 20.12% from 487); Green value is 207 (81.25% from 255 or 42.51% from 487); Blue value is 182 (71.48% from 255 or 37.37% from 487); Max value from RGB is 207 - color contains mainly: green. Hex color #62CFB6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62CFB6 is #9D3049. Grayscale: #ABABAB. Windows color (decimal): -10301514 or 11980642. OLE color: 11980642.
HSL color Cylindrical-coordinate representation of color #62CFB6: hue angle of 166.24º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #62CFB6 is Cyan = 0.53, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 98 | 207 | 182 | - |
| CMYK | 0.53 | 0 | 0.12 | 0.19 |
| HSL | 166.24º | 0.53% | 0.6% | - |
| HSV(B) | 166.24º | 0.53% | 0.81% | - |
| XYZ | 35.79 | 50.6 | 52.14 | - |
| YUV | 171.56 | 133.89 | 75.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 207 | 182 | 0.53 | 0 | 0.12 | 0.19 | 166.24 | 0.53 | 0.6 |
| Hex | 62 | CF | B6 | 35 | 0 | C | 13 | A6 | 35 | 3C |
| Octal | 142 | 317 | 266 | 65 | 0 | 14 | 23 | 246 | 65 | 74 |
| Binary | 1100010 | 11001111 | 10110110 | 110101 | 0 | 1100 | 10011 | 10100110 | 110101 | 111100 |
Color Harmonies of #62CFB6
Complementary color
Monochromatic Colors of #62CFB6
Black with #62CFB6
Text Example
Text Example
White with #62CFB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62CFB6; }
p { color: rgb(98,207,182); }
H1.HeaderClassName
{
color: #62CFB6;
}
.AnyTagClassName
{
color: #62CFB6;
}
</style>
background-color css
<style>
a { background-color: #62CFB6; }
a { background-color: rgb(98,207,182); }
div.DivClassName
{
background-color: #62CFB6;
}
.BgClassName
{
background-color: #62CFB6;
}
</style>
border-color css
<style>
span { border-color: #62CFB6; }
span { border-color: rgb(98,207,182); }
td.TdClassName
{
border-color: #62CFB6;
}
.TagClassName
{
border-color: #62CFB6;
}
</style>