#63c4c3

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

Shades of Downy #63C4C3

Tints of Downy #63C4C3

Color information

#63C4C3 (or 0x63C4C3) is unknown color: approx Downy. HEX triplet: 63, C4 and C3. RGB value is (99,196,195). Sum of RGB (Red+Green+Blue) = 99+196+195=490 (64% of max value = 765). Red value is 99 (39.06% from 255 or 20.20% from 490); Green value is 196 (76.95% from 255 or 40% from 490); Blue value is 195 (76.56% from 255 or 39.80% from 490); Max value from RGB is 196 - color contains mainly: green. Hex color #63C4C3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63C4C3 is #9C3B3C. Grayscale: #A6A6A6. Windows color (decimal): -10238781 or 12829795. OLE color: 12829795.

HSL color Cylindrical-coordinate representation of color #63C4C3: hue angle of 179.38º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #63C4C3 is Cyan = 0.49, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.23.

Color convert

RGB99196195-
CMYK0.4900.010.23
HSL179.38º45.12%57.84%-
HSV(B)179.38º49.49%76.86%-
XYZ34.7446.0758.69-
YUV166.88143.8679.58-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 20.20%
GREEN value IS 196 (76.95% from 255) = 40%
BLUE value IS 195 (76.56% from 255) = 39.80%
R=20.20%
G=40%
B=39.80%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal991961950.4900.010.23179.3845.1257.84
Hex63C4C3310117b32d3a
Octal1433043036101272635572
Binary11000111100010011000011110001011011110110011101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63c4c3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,196,195); }

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

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

 a { background-color: rgb(99,196,195); }

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

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

 span { border-color: rgb(99,196,195); }

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