Shades of Downy #63E0CC
Tints of Downy #63E0CC
RGB
CMYK
RGB Variations
Color information
#63E0CC (or 0x63E0CC) is known color: Downy. HEX triplet: 63, E0 and CC. RGB value is (99,224,204). Sum of RGB (Red+Green+Blue) = 99+224+204=527 (69% of max value = 765). Red value is 99 (39.06% from 255 or 18.79% from 527); Green value is 224 (87.89% from 255 or 42.50% from 527); Blue value is 204 (80.08% from 255 or 38.71% from 527); Max value from RGB is 224 - color contains mainly: green. Hex color #63E0CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63E0CC is #9C1F33. Grayscale: #B8B8B8. Windows color (decimal): -10231604 or 13426787. OLE color: 13426787.
HSL color Cylindrical-coordinate representation of color #63E0CC: hue angle of 170.4º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #63E0CC is Cyan = 0.56, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 99 | 224 | 204 | - |
| CMYK | 0.56 | 0 | 0.09 | 0.12 |
| HSL | 170.4º | 0.67% | 0.63% | - |
| HSV(B) | 170.4º | 0.56% | 0.88% | - |
| XYZ | 42.7 | 60.32 | 66.52 | - |
| YUV | 184.35 | 139.09 | 67.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 224 | 204 | 0.56 | 0 | 0.09 | 0.12 | 170.4 | 0.67 | 0.63 |
| Hex | 63 | E0 | CC | 38 | 0 | 9 | C | AA | 43 | 3F |
| Octal | 143 | 340 | 314 | 70 | 0 | 11 | 14 | 252 | 103 | 77 |
| Binary | 1100011 | 11100000 | 11001100 | 111000 | 0 | 1001 | 1100 | 10101010 | 1000011 | 111111 |
Color Harmonies of #63E0CC
Complementary color
Monochromatic Colors of #63E0CC
Black with #63E0CC
Text Example
Text Example
White with #63E0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63E0CC; }
p { color: rgb(99,224,204); }
H1.HeaderClassName
{
color: #63E0CC;
}
.AnyTagClassName
{
color: #63E0CC;
}
</style>
background-color css
<style>
a { background-color: #63E0CC; }
a { background-color: rgb(99,224,204); }
div.DivClassName
{
background-color: #63E0CC;
}
.BgClassName
{
background-color: #63E0CC;
}
</style>
border-color css
<style>
span { border-color: #63E0CC; }
span { border-color: rgb(99,224,204); }
td.TdClassName
{
border-color: #63E0CC;
}
.TagClassName
{
border-color: #63E0CC;
}
</style>