#63CABE

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

Shades of Downy #63CABE

Tints of Downy #63CABE

Color information

#63CABE (or 0x63CABE) is unknown color: approx Downy. HEX triplet: 63, CA and BE. RGB value is (99,202,190). Sum of RGB (Red+Green+Blue) = 99+202+190=491 (65% of max value = 765). Red value is 99 (39.06% from 255 or 20.16% from 491); Green value is 202 (79.30% from 255 or 41.14% from 491); Blue value is 190 (74.61% from 255 or 38.70% from 491); Max value from RGB is 202 - color contains mainly: green. Hex color #63CABE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63CABE is #9C3541. Grayscale: #A9A9A9. Windows color (decimal): -10237250 or 12503651. OLE color: 12503651.

HSL color Cylindrical-coordinate representation of color #63CABE: hue angle of 173.01º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #63CABE is Cyan = 0.51, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.21.

Color convert

RGB99202190-
CMYK0.5100.060.21
HSL173.01º49.28%59.02%-
HSV(B)173.01º50.99%79.22%-
XYZ35.5648.6156.22-
YUV169.84139.3877.48-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 20.16%
GREEN value IS 202 (79.30% from 255) = 41.14%
BLUE value IS 190 (74.61% from 255) = 38.70%
R=20.16%
G=41.14%
B=38.70%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal992021900.5100.060.21173.0149.2859.02
Hex63CABE330615ad313b
Octal1433122766306252556173
Binary1100011110010101011111011001101101010110101101110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63CABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,202,190); }

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

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

 a { background-color: rgb(99,202,190); }

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

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

 span { border-color: rgb(99,202,190); }

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