Shades of Downy #63EAC3
Tints of Downy #63EAC3
RGB
CMYK
RGB Variations
Color information
#63EAC3 (or 0x63EAC3) is known color: Downy. HEX triplet: 63, EA and C3. RGB value is (99,234,195). Sum of RGB (Red+Green+Blue) = 99+234+195=528 (69% of max value = 765). Red value is 99 (39.06% from 255 or 18.75% from 528); Green value is 234 (91.80% from 255 or 44.32% from 528); Blue value is 195 (76.56% from 255 or 36.93% from 528); Max value from RGB is 234 - color contains mainly: green. Hex color #63EAC3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #63EAC3 is #9C153C. Grayscale: #BDBDBD. Windows color (decimal): -10229053 or 12839523. OLE color: 12839523.
HSL color Cylindrical-coordinate representation of color #63EAC3: hue angle of 162.67º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #63EAC3 is Cyan = 0.58, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 99 | 234 | 195 | - |
| CMYK | 0.58 | 0 | 0.17 | 0.08 |
| HSL | 162.67º | 0.76% | 0.65% | - |
| HSV(B) | 162.67º | 0.58% | 0.92% | - |
| XYZ | 44.42 | 65.44 | 61.92 | - |
| YUV | 189.19 | 131.27 | 63.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 234 | 195 | 0.58 | 0 | 0.17 | 0.08 | 162.67 | 0.76 | 0.65 |
| Hex | 63 | EA | C3 | 3A | 0 | 11 | 8 | A3 | 4C | 41 |
| Octal | 143 | 352 | 303 | 72 | 0 | 21 | 10 | 243 | 114 | 101 |
| Binary | 1100011 | 11101010 | 11000011 | 111010 | 0 | 10001 | 1000 | 10100011 | 1001100 | 1000001 |
Color Harmonies of #63EAC3
Complementary color
Monochromatic Colors of #63EAC3
Black with #63EAC3
Text Example
Text Example
White with #63EAC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63EAC3; }
p { color: rgb(99,234,195); }
H1.HeaderClassName
{
color: #63EAC3;
}
.AnyTagClassName
{
color: #63EAC3;
}
</style>
background-color css
<style>
a { background-color: #63EAC3; }
a { background-color: rgb(99,234,195); }
div.DivClassName
{
background-color: #63EAC3;
}
.BgClassName
{
background-color: #63EAC3;
}
</style>
border-color css
<style>
span { border-color: #63EAC3; }
span { border-color: rgb(99,234,195); }
td.TdClassName
{
border-color: #63EAC3;
}
.TagClassName
{
border-color: #63EAC3;
}
</style>