#63E0CD

Color #63E0CD Downy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Downy #63E0CD

Tints of Downy #63E0CD

Color information

#63E0CD (or 0x63E0CD) is unknown color: approx Downy. HEX triplet: 63, E0 and CD. RGB value is (99,224,205). Sum of RGB (Red+Green+Blue) = 99+224+205=528 (69% of max value = 765). Red value is 99 (39.06% from 255 or 18.75% from 528); Green value is 224 (87.89% from 255 or 42.42% from 528); Blue value is 205 (80.47% from 255 or 38.83% from 528); Max value from RGB is 224 - color contains mainly: green. Hex color #63E0CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63E0CD is #9C1F32. Grayscale: #B8B8B8. Windows color (decimal): -10231603 or 13492323. OLE color: 13492323.

HSL color Cylindrical-coordinate representation of color #63E0CD: hue angle of 170.88º 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 #63E0CD is Cyan = 0.56, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB99224205-
CMYK0.5600.080.12
HSL170.88º66.84%63.33%-
HSV(B)170.88º55.8%87.84%-
XYZ42.8260.3767.15-
YUV184.46139.5967.04-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 99 (39.06% from 255) = 18.75%
GREEN value IS 224 (87.89% from 255) = 42.42%
BLUE value IS 205 (80.47% from 255) = 38.83%
R=18.75%
G=42.42%
B=38.83%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal992242050.5600.080.12170.8866.8463.33
Hex63E0CD3808Cab433f
Octal143340315700101425310377
Binary11000111110000011001101111000010001100101010111000011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63E0CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63E0CD; }

 p { color: rgb(99,224,205); }

 H1.HeaderClassName
 {
   color: #63E0CD;
 }
 .AnyTagClassName
 {
   color: #63E0CD;
 }
</style>
background-color css

<style>
 a { background-color: #63E0CD; }

 a { background-color: rgb(99,224,205); }

 div.DivClassName
 {
   background-color: #63E0CD;
 }
 .BgClassName
 {
   background-color: #63E0CD;
 }
</style>
border-color css

<style>
 span { border-color: #63E0CD; }

 span { border-color: rgb(99,224,205); }

 td.TdClassName
 {
   border-color: #63E0CD;
 }
 .TagClassName
 {
   border-color: #63E0CD;
 }
</style>