Shades of Downy #62CBBA
Tints of Downy #62CBBA
RGB
CMYK
RGB Variations
Color information
#62CBBA (or 0x62CBBA) is known color: Downy. HEX triplet: 62, CB and BA. RGB value is (98,203,186). Sum of RGB (Red+Green+Blue) = 98+203+186=487 (64% of max value = 765). Red value is 98 (38.67% from 255 or 20.12% from 487); Green value is 203 (79.69% from 255 or 41.68% from 487); Blue value is 186 (73.05% from 255 or 38.19% from 487); Max value from RGB is 203 - color contains mainly: green. Hex color #62CBBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62CBBA is #9D3445. Grayscale: #A9A9A9. Windows color (decimal): -10302534 or 12241762. OLE color: 12241762.
HSL color Cylindrical-coordinate representation of color #62CBBA: hue angle of 170.29º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #62CBBA is Cyan = 0.52, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 98 | 203 | 186 | - |
| CMYK | 0.52 | 0 | 0.08 | 0.20 |
| HSL | 170.29º | 0.5% | 0.59% | - |
| HSV(B) | 170.29º | 0.52% | 0.8% | - |
| XYZ | 35.26 | 48.85 | 54.03 | - |
| YUV | 169.67 | 137.21 | 76.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 203 | 186 | 0.52 | 0 | 0.08 | 0.20 | 170.29 | 0.5 | 0.59 |
| Hex | 62 | CB | BA | 34 | 0 | 8 | 14 | AA | 32 | 3B |
| Octal | 142 | 313 | 272 | 64 | 0 | 10 | 24 | 252 | 62 | 73 |
| Binary | 1100010 | 11001011 | 10111010 | 110100 | 0 | 1000 | 10100 | 10101010 | 110010 | 111011 |
Color Harmonies of #62CBBA
Complementary color
Monochromatic Colors of #62CBBA
Black with #62CBBA
Text Example
Text Example
White with #62CBBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62CBBA; }
p { color: rgb(98,203,186); }
H1.HeaderClassName
{
color: #62CBBA;
}
.AnyTagClassName
{
color: #62CBBA;
}
</style>
background-color css
<style>
a { background-color: #62CBBA; }
a { background-color: rgb(98,203,186); }
div.DivClassName
{
background-color: #62CBBA;
}
.BgClassName
{
background-color: #62CBBA;
}
</style>
border-color css
<style>
span { border-color: #62CBBA; }
span { border-color: rgb(98,203,186); }
td.TdClassName
{
border-color: #62CBBA;
}
.TagClassName
{
border-color: #62CBBA;
}
</style>