Shades of Downy #63EEC4
Tints of Downy #63EEC4
RGB
CMYK
RGB Variations
Color information
#63EEC4 (or 0x63EEC4) is known color: Downy. HEX triplet: 63, EE and C4. RGB value is (99,238,196). Sum of RGB (Red+Green+Blue) = 99+238+196=533 (70% of max value = 765). Red value is 99 (39.06% from 255 or 18.57% from 533); Green value is 238 (93.36% from 255 or 44.65% from 533); Blue value is 196 (76.95% from 255 or 36.77% from 533); Max value from RGB is 238 - color contains mainly: green. Hex color #63EEC4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #63EEC4 is #9C113B. Grayscale: #BFBFBF. Windows color (decimal): -10228028 or 12906083. OLE color: 12906083.
HSL color Cylindrical-coordinate representation of color #63EEC4: hue angle of 161.87º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #63EEC4 is Cyan = 0.58, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 99 | 238 | 196 | - |
| CMYK | 0.58 | 0 | 0.18 | 0.07 |
| HSL | 161.87º | 0.8% | 0.66% | - |
| HSV(B) | 161.87º | 0.58% | 0.93% | - |
| XYZ | 45.68 | 67.79 | 62.9 | - |
| YUV | 191.65 | 130.45 | 61.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 238 | 196 | 0.58 | 0 | 0.18 | 0.07 | 161.87 | 0.8 | 0.66 |
| Hex | 63 | EE | C4 | 3A | 0 | 12 | 7 | A2 | 50 | 42 |
| Octal | 143 | 356 | 304 | 72 | 0 | 22 | 7 | 242 | 120 | 102 |
| Binary | 1100011 | 11101110 | 11000100 | 111010 | 0 | 10010 | 111 | 10100010 | 1010000 | 1000010 |
Color Harmonies of #63EEC4
Complementary color
Monochromatic Colors of #63EEC4
Black with #63EEC4
Text Example
Text Example
White with #63EEC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63EEC4; }
p { color: rgb(99,238,196); }
H1.HeaderClassName
{
color: #63EEC4;
}
.AnyTagClassName
{
color: #63EEC4;
}
</style>
background-color css
<style>
a { background-color: #63EEC4; }
a { background-color: rgb(99,238,196); }
div.DivClassName
{
background-color: #63EEC4;
}
.BgClassName
{
background-color: #63EEC4;
}
</style>
border-color css
<style>
span { border-color: #63EEC4; }
span { border-color: rgb(99,238,196); }
td.TdClassName
{
border-color: #63EEC4;
}
.TagClassName
{
border-color: #63EEC4;
}
</style>