#63E0CB

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

Shades of Downy #63E0CB

Tints of Downy #63E0CB

Color information

#63E0CB (or 0x63E0CB) is unknown color: approx Downy. HEX triplet: 63, E0 and CB. RGB value is (99,224,203). Sum of RGB (Red+Green+Blue) = 99+224+203=526 (69% of max value = 765). Red value is 99 (39.06% from 255 or 18.82% from 526); Green value is 224 (87.89% from 255 or 42.59% from 526); Blue value is 203 (79.69% from 255 or 38.59% from 526); Max value from RGB is 224 - color contains mainly: green. Hex color #63E0CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63E0CB is #9C1F34. Grayscale: #B8B8B8. Windows color (decimal): -10231605 or 13361251. OLE color: 13361251.

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

Color convert

RGB99224203-
CMYK0.5600.090.12
HSL169.92º66.84%63.33%-
HSV(B)169.92º55.8%87.84%-
XYZ42.5860.2865.89-
YUV184.23138.5967.21-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 18.82%
GREEN value IS 224 (87.89% from 255) = 42.59%
BLUE value IS 203 (79.69% from 255) = 38.59%
R=18.82%
G=42.59%
B=38.59%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal992242030.5600.090.12169.9266.8463.33
Hex63E0CB3809Caa433f
Octal143340313700111425210377
Binary11000111110000011001011111000010011100101010101000011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63E0CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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