Shades of Downy #63EDC3
Tints of Downy #63EDC3
RGB
CMYK
RGB Variations
Color information
#63EDC3 (or 0x63EDC3) is known color: Downy. HEX triplet: 63, ED and C3. RGB value is (99,237,195). Sum of RGB (Red+Green+Blue) = 99+237+195=531 (70% of max value = 765). Red value is 99 (39.06% from 255 or 18.64% from 531); Green value is 237 (92.97% from 255 or 44.63% from 531); Blue value is 195 (76.56% from 255 or 36.72% from 531); Max value from RGB is 237 - color contains mainly: green. Hex color #63EDC3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #63EDC3 is #9C123C. Grayscale: #BEBEBE. Windows color (decimal): -10228285 or 12840291. OLE color: 12840291.
HSL color Cylindrical-coordinate representation of color #63EDC3: hue angle of 161.74º degrees, saturation: 0.79, 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 #63EDC3 is Cyan = 0.58, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 99 | 237 | 195 | - |
| CMYK | 0.58 | 0 | 0.18 | 0.07 |
| HSL | 161.74º | 0.79% | 0.66% | - |
| HSV(B) | 161.74º | 0.58% | 0.93% | - |
| XYZ | 45.28 | 67.16 | 62.21 | - |
| YUV | 190.95 | 130.28 | 62.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 237 | 195 | 0.58 | 0 | 0.18 | 0.07 | 161.74 | 0.79 | 0.66 |
| Hex | 63 | ED | C3 | 3A | 0 | 12 | 7 | A2 | 4F | 42 |
| Octal | 143 | 355 | 303 | 72 | 0 | 22 | 7 | 242 | 117 | 102 |
| Binary | 1100011 | 11101101 | 11000011 | 111010 | 0 | 10010 | 111 | 10100010 | 1001111 | 1000010 |
Color Harmonies of #63EDC3
Complementary color
Monochromatic Colors of #63EDC3
Black with #63EDC3
Text Example
Text Example
White with #63EDC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63EDC3; }
p { color: rgb(99,237,195); }
H1.HeaderClassName
{
color: #63EDC3;
}
.AnyTagClassName
{
color: #63EDC3;
}
</style>
background-color css
<style>
a { background-color: #63EDC3; }
a { background-color: rgb(99,237,195); }
div.DivClassName
{
background-color: #63EDC3;
}
.BgClassName
{
background-color: #63EDC3;
}
</style>
border-color css
<style>
span { border-color: #63EDC3; }
span { border-color: rgb(99,237,195); }
td.TdClassName
{
border-color: #63EDC3;
}
.TagClassName
{
border-color: #63EDC3;
}
</style>