Shades of Downy #62CBBC
Tints of Downy #62CBBC
RGB
CMYK
RGB Variations
Color information
#62CBBC (or 0x62CBBC) is known color: Downy. HEX triplet: 62, CB and BC. RGB value is (98,203,188). Sum of RGB (Red+Green+Blue) = 98+203+188=489 (64% of max value = 765). Red value is 98 (38.67% from 255 or 20.04% from 489); Green value is 203 (79.69% from 255 or 41.51% from 489); Blue value is 188 (73.83% from 255 or 38.45% from 489); Max value from RGB is 203 - color contains mainly: green. Hex color #62CBBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62CBBC is #9D3443. Grayscale: #A9A9A9. Windows color (decimal): -10302532 or 12372834. OLE color: 12372834.
HSL color Cylindrical-coordinate representation of color #62CBBC: hue angle of 171.43º 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 #62CBBC is Cyan = 0.52, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 98 | 203 | 188 | - |
| CMYK | 0.52 | 0 | 0.07 | 0.20 |
| HSL | 171.43º | 0.5% | 0.59% | - |
| HSV(B) | 171.43º | 0.52% | 0.8% | - |
| XYZ | 35.47 | 48.94 | 55.15 | - |
| YUV | 169.9 | 138.21 | 76.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 203 | 188 | 0.52 | 0 | 0.07 | 0.20 | 171.43 | 0.5 | 0.59 |
| Hex | 62 | CB | BC | 34 | 0 | 7 | 14 | AB | 32 | 3B |
| Octal | 142 | 313 | 274 | 64 | 0 | 7 | 24 | 253 | 62 | 73 |
| Binary | 1100010 | 11001011 | 10111100 | 110100 | 0 | 111 | 10100 | 10101011 | 110010 | 111011 |
Color Harmonies of #62CBBC
Complementary color
Monochromatic Colors of #62CBBC
Black with #62CBBC
Text Example
Text Example
White with #62CBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62CBBC; }
p { color: rgb(98,203,188); }
H1.HeaderClassName
{
color: #62CBBC;
}
.AnyTagClassName
{
color: #62CBBC;
}
</style>
background-color css
<style>
a { background-color: #62CBBC; }
a { background-color: rgb(98,203,188); }
div.DivClassName
{
background-color: #62CBBC;
}
.BgClassName
{
background-color: #62CBBC;
}
</style>
border-color css
<style>
span { border-color: #62CBBC; }
span { border-color: rgb(98,203,188); }
td.TdClassName
{
border-color: #62CBBC;
}
.TagClassName
{
border-color: #62CBBC;
}
</style>