#63CABA

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

Shades of Downy #63CABA

Tints of Downy #63CABA

Color information

#63CABA (or 0x63CABA) is unknown color: approx Downy. HEX triplet: 63, CA and BA. RGB value is (99,202,186). Sum of RGB (Red+Green+Blue) = 99+202+186=487 (64% of max value = 765). Red value is 99 (39.06% from 255 or 20.33% from 487); Green value is 202 (79.30% from 255 or 41.48% from 487); Blue value is 186 (73.05% from 255 or 38.19% from 487); Max value from RGB is 202 - color contains mainly: green. Hex color #63CABA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63CABA is #9C3545. Grayscale: #A9A9A9. Windows color (decimal): -10237254 or 12241507. OLE color: 12241507.

HSL color Cylindrical-coordinate representation of color #63CABA: hue angle of 170.68º 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 #63CABA is Cyan = 0.51, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.21.

Color convert

RGB99202186-
CMYK0.5100.080.21
HSL170.68º49.28%59.02%-
HSV(B)170.68º50.99%79.22%-
XYZ35.1348.4453.95-
YUV169.38137.3877.8-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 20.33%
GREEN value IS 202 (79.30% from 255) = 41.48%
BLUE value IS 186 (73.05% from 255) = 38.19%
R=20.33%
G=41.48%
B=38.19%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal992021860.5100.080.21170.6849.2859.02
Hex63CABA330815ab313b
Octal14331227263010252536173
Binary11000111100101010111010110011010001010110101011110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63CABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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