#63DCB2

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

Shades of Medium Aquamarine #63DCB2

Tints of Medium Aquamarine #63DCB2

Color information

#63DCB2 (or 0x63DCB2) is unknown color: approx Medium Aquamarine. HEX triplet: 63, DC and B2. RGB value is (99,220,178). Sum of RGB (Red+Green+Blue) = 99+220+178=497 (65% of max value = 765). Red value is 99 (39.06% from 255 or 19.92% from 497); Green value is 220 (86.33% from 255 or 44.27% from 497); Blue value is 178 (69.92% from 255 or 35.81% from 497); Max value from RGB is 220 - color contains mainly: green. Hex color #63DCB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #63DCB2 is #9C234D. Grayscale: #B3B3B3. Windows color (decimal): -10232654 or 11721827. OLE color: 11721827.

HSL color Cylindrical-coordinate representation of color #63DCB2: hue angle of 159.17º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #63DCB2 is Cyan = 0.55, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.14.

Color convert

RGB99220178-
CMYK0.5500.190.14
HSL159.17º63.35%62.55%-
HSV(B)159.17º55%86.27%-
XYZ38.7757.0551.09-
YUV179.03127.4170.92-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 19.92%
GREEN value IS 220 (86.33% from 255) = 44.27%
BLUE value IS 178 (69.92% from 255) = 35.81%
R=19.92%
G=44.27%
B=35.81%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal992201780.5500.190.14159.1763.3562.55
Hex63DCB237013E9f3f3f
Octal14333426267023162377777
Binary11000111101110010110010110111010011111010011111111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63DCB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,220,178); }

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

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

 a { background-color: rgb(99,220,178); }

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

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

 span { border-color: rgb(99,220,178); }

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