Shades of Downy #62CFC5
Tints of Downy #62CFC5
RGB
CMYK
RGB Variations
Color information
#62CFC5 (or 0x62CFC5) is known color: Downy. HEX triplet: 62, CF and C5. RGB value is (98,207,197). Sum of RGB (Red+Green+Blue) = 98+207+197=502 (66% of max value = 765). Red value is 98 (38.67% from 255 or 19.52% from 502); Green value is 207 (81.25% from 255 or 41.24% from 502); Blue value is 197 (77.34% from 255 or 39.24% from 502); Max value from RGB is 207 - color contains mainly: green. Hex color #62CFC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62CFC5 is #9D303A. Grayscale: #ADADAD. Windows color (decimal): -10301499 or 12963682. OLE color: 12963682.
HSL color Cylindrical-coordinate representation of color #62CFC5: hue angle of 174.5º 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 #62CFC5 is Cyan = 0.53, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 98 | 207 | 197 | - |
| CMYK | 0.53 | 0 | 0.05 | 0.19 |
| HSL | 174.5º | 0.53% | 0.6% | - |
| HSV(B) | 174.5º | 0.53% | 0.81% | - |
| XYZ | 37.43 | 51.25 | 60.74 | - |
| YUV | 173.27 | 141.39 | 74.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 207 | 197 | 0.53 | 0 | 0.05 | 0.19 | 174.5 | 0.53 | 0.6 |
| Hex | 62 | CF | C5 | 35 | 0 | 5 | 13 | AE | 35 | 3C |
| Octal | 142 | 317 | 305 | 65 | 0 | 5 | 23 | 256 | 65 | 74 |
| Binary | 1100010 | 11001111 | 11000101 | 110101 | 0 | 101 | 10011 | 10101110 | 110101 | 111100 |
Color Harmonies of #62CFC5
Complementary color
Monochromatic Colors of #62CFC5
Black with #62CFC5
Text Example
Text Example
White with #62CFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62CFC5; }
p { color: rgb(98,207,197); }
H1.HeaderClassName
{
color: #62CFC5;
}
.AnyTagClassName
{
color: #62CFC5;
}
</style>
background-color css
<style>
a { background-color: #62CFC5; }
a { background-color: rgb(98,207,197); }
div.DivClassName
{
background-color: #62CFC5;
}
.BgClassName
{
background-color: #62CFC5;
}
</style>
border-color css
<style>
span { border-color: #62CFC5; }
span { border-color: rgb(98,207,197); }
td.TdClassName
{
border-color: #62CFC5;
}
.TagClassName
{
border-color: #62CFC5;
}
</style>