#63C6C0

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

Shades of Downy #63C6C0

Tints of Downy #63C6C0

Color information

#63C6C0 (or 0x63C6C0) is unknown color: approx Downy. HEX triplet: 63, C6 and C0. RGB value is (99,198,192). Sum of RGB (Red+Green+Blue) = 99+198+192=489 (64% of max value = 765). Red value is 99 (39.06% from 255 or 20.25% from 489); Green value is 198 (77.73% from 255 or 40.49% from 489); Blue value is 192 (75.39% from 255 or 39.26% from 489); Max value from RGB is 198 - color contains mainly: green. Hex color #63C6C0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63C6C0 is #9C393F. Grayscale: #A7A7A7. Windows color (decimal): -10238272 or 12633699. OLE color: 12633699.

HSL color Cylindrical-coordinate representation of color #63C6C0: hue angle of 176.36º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #63C6C0 is Cyan = 0.50, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.22.

Color convert

RGB99198192-
CMYK0.5000.030.22
HSL176.36º46.48%58.24%-
HSV(B)176.36º50%77.65%-
XYZ34.8546.8557.07-
YUV167.72141.778.99-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 20.25%
GREEN value IS 198 (77.73% from 255) = 40.49%
BLUE value IS 192 (75.39% from 255) = 39.26%
R=20.25%
G=40.49%
B=39.26%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal991981920.5000.030.22176.3646.4858.24
Hex63C6C0320316b02e3a
Octal1433063006203262605672
Binary110001111000110110000001100100111011010110000101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63C6C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,198,192); }

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

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

 a { background-color: rgb(99,198,192); }

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

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

 span { border-color: rgb(99,198,192); }

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