Shades of Downy #62F0BE
Tints of Downy #62F0BE
RGB
CMYK
RGB Variations
Color information
#62F0BE (or 0x62F0BE) is known color: Downy. HEX triplet: 62, F0 and BE. RGB value is (98,240,190). Sum of RGB (Red+Green+Blue) = 98+240+190=528 (69% of max value = 765). Red value is 98 (38.67% from 255 or 18.56% from 528); Green value is 240 (94.14% from 255 or 45.45% from 528); Blue value is 190 (74.61% from 255 or 35.98% from 528); Max value from RGB is 240 - color contains mainly: green. Hex color #62F0BE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #62F0BE is #9D0F41. Grayscale: #BFBFBF. Windows color (decimal): -10293058 or 12513378. OLE color: 12513378.
HSL color Cylindrical-coordinate representation of color #62F0BE: hue angle of 158.87º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #62F0BE is Cyan = 0.59, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 98 | 240 | 190 | - |
| CMYK | 0.59 | 0 | 0.21 | 0.06 |
| HSL | 158.87º | 0.83% | 0.66% | - |
| HSV(B) | 158.87º | 0.59% | 0.94% | - |
| XYZ | 45.49 | 68.63 | 59.57 | - |
| YUV | 191.84 | 126.96 | 61.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 240 | 190 | 0.59 | 0 | 0.21 | 0.06 | 158.87 | 0.83 | 0.66 |
| Hex | 62 | F0 | BE | 3B | 0 | 15 | 6 | 9F | 53 | 42 |
| Octal | 142 | 360 | 276 | 73 | 0 | 25 | 6 | 237 | 123 | 102 |
| Binary | 1100010 | 11110000 | 10111110 | 111011 | 0 | 10101 | 110 | 10011111 | 1010011 | 1000010 |
Color Harmonies of #62F0BE
Complementary color
Monochromatic Colors of #62F0BE
Black with #62F0BE
Text Example
Text Example
White with #62F0BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62F0BE; }
p { color: rgb(98,240,190); }
H1.HeaderClassName
{
color: #62F0BE;
}
.AnyTagClassName
{
color: #62F0BE;
}
</style>
background-color css
<style>
a { background-color: #62F0BE; }
a { background-color: rgb(98,240,190); }
div.DivClassName
{
background-color: #62F0BE;
}
.BgClassName
{
background-color: #62F0BE;
}
</style>
border-color css
<style>
span { border-color: #62F0BE; }
span { border-color: rgb(98,240,190); }
td.TdClassName
{
border-color: #62F0BE;
}
.TagClassName
{
border-color: #62F0BE;
}
</style>