Shades of Downy #62CFBE
Tints of Downy #62CFBE
RGB
CMYK
RGB Variations
Color information
#62CFBE (or 0x62CFBE) is known color: Downy. HEX triplet: 62, CF and BE. RGB value is (98,207,190). Sum of RGB (Red+Green+Blue) = 98+207+190=495 (65% of max value = 765). Red value is 98 (38.67% from 255 or 19.80% from 495); Green value is 207 (81.25% from 255 or 41.82% from 495); Blue value is 190 (74.61% from 255 or 38.38% from 495); Max value from RGB is 207 - color contains mainly: green. Hex color #62CFBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62CFBE is #9D3041. Grayscale: #ACACAC. Windows color (decimal): -10301506 or 12504930. OLE color: 12504930.
HSL color Cylindrical-coordinate representation of color #62CFBE: hue angle of 170.64º 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 #62CFBE is Cyan = 0.53, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 98 | 207 | 190 | - |
| CMYK | 0.53 | 0 | 0.08 | 0.19 |
| HSL | 170.64º | 0.53% | 0.6% | - |
| HSV(B) | 170.64º | 0.53% | 0.81% | - |
| XYZ | 36.64 | 50.94 | 56.62 | - |
| YUV | 172.47 | 137.89 | 74.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 207 | 190 | 0.53 | 0 | 0.08 | 0.19 | 170.64 | 0.53 | 0.6 |
| Hex | 62 | CF | BE | 35 | 0 | 8 | 13 | AB | 35 | 3C |
| Octal | 142 | 317 | 276 | 65 | 0 | 10 | 23 | 253 | 65 | 74 |
| Binary | 1100010 | 11001111 | 10111110 | 110101 | 0 | 1000 | 10011 | 10101011 | 110101 | 111100 |
Color Harmonies of #62CFBE
Complementary color
Monochromatic Colors of #62CFBE
Black with #62CFBE
Text Example
Text Example
White with #62CFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62CFBE; }
p { color: rgb(98,207,190); }
H1.HeaderClassName
{
color: #62CFBE;
}
.AnyTagClassName
{
color: #62CFBE;
}
</style>
background-color css
<style>
a { background-color: #62CFBE; }
a { background-color: rgb(98,207,190); }
div.DivClassName
{
background-color: #62CFBE;
}
.BgClassName
{
background-color: #62CFBE;
}
</style>
border-color css
<style>
span { border-color: #62CFBE; }
span { border-color: rgb(98,207,190); }
td.TdClassName
{
border-color: #62CFBE;
}
.TagClassName
{
border-color: #62CFBE;
}
</style>