#63D6B1

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

Shades of Medium Aquamarine #63D6B1

Tints of Medium Aquamarine #63D6B1

Color information

#63D6B1 (or 0x63D6B1) is unknown color: approx Medium Aquamarine. HEX triplet: 63, D6 and B1. RGB value is (99,214,177). Sum of RGB (Red+Green+Blue) = 99+214+177=490 (64% of max value = 765). Red value is 99 (39.06% from 255 or 20.20% from 490); Green value is 214 (83.98% from 255 or 43.67% from 490); Blue value is 177 (69.53% from 255 or 36.12% from 490); Max value from RGB is 214 - color contains mainly: green. Hex color #63D6B1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #63D6B1 is #9C294E. Grayscale: #AFAFAF. Windows color (decimal): -10234191 or 11654755. OLE color: 11654755.

HSL color Cylindrical-coordinate representation of color #63D6B1: hue angle of 160.7º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #63D6B1 is Cyan = 0.54, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.16.

Color convert

RGB99214177-
CMYK0.5400.170.16
HSL160.7º58.38%61.37%-
HSV(B)160.7º53.74%83.92%-
XYZ37.1353.9250.05-
YUV175.4128.973.51-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 20.20%
GREEN value IS 214 (83.98% from 255) = 43.67%
BLUE value IS 177 (69.53% from 255) = 36.12%
R=20.20%
G=43.67%
B=36.12%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal992141770.5400.170.16160.758.3861.37
Hex63D6B13601110a13a3d
Octal14332626166021202417275
Binary110001111010110101100011101100100011000010100001111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63D6B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,214,177); }

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

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

 a { background-color: rgb(99,214,177); }

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

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

 span { border-color: rgb(99,214,177); }

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