#63E0CC

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

Shades of Downy #63E0CC

Tints of Downy #63E0CC

Color information

#63E0CC (or 0x63E0CC) is unknown color: approx Downy. HEX triplet: 63, E0 and CC. RGB value is (99,224,204). Sum of RGB (Red+Green+Blue) = 99+224+204=527 (69% of max value = 765). Red value is 99 (39.06% from 255 or 18.79% from 527); Green value is 224 (87.89% from 255 or 42.50% from 527); Blue value is 204 (80.08% from 255 or 38.71% from 527); Max value from RGB is 224 - color contains mainly: green. Hex color #63E0CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63E0CC is #9C1F33. Grayscale: #B8B8B8. Windows color (decimal): -10231604 or 13426787. OLE color: 13426787.

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

Color convert

RGB99224204-
CMYK0.5600.090.12
HSL170.4º66.84%63.33%-
HSV(B)170.4º55.8%87.84%-
XYZ42.760.3266.52-
YUV184.34139.0967.13-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 18.79%
GREEN value IS 224 (87.89% from 255) = 42.50%
BLUE value IS 204 (80.08% from 255) = 38.71%
R=18.79%
G=42.50%
B=38.71%

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
Decimal992242040.5600.090.12170.466.8463.33
Hex63E0CC3809Caa433f
Octal143340314700111425210377
Binary11000111110000011001100111000010011100101010101000011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63E0CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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