#63CDAF

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

Shades of Medium Aquamarine #63CDAF

Tints of Medium Aquamarine #63CDAF

Color information

#63CDAF (or 0x63CDAF) is unknown color: approx Medium Aquamarine. HEX triplet: 63, CD and AF. RGB value is (99,205,175). Sum of RGB (Red+Green+Blue) = 99+205+175=479 (63% of max value = 765). Red value is 99 (39.06% from 255 or 20.67% from 479); Green value is 205 (80.47% from 255 or 42.80% from 479); Blue value is 175 (68.75% from 255 or 36.53% from 479); Max value from RGB is 205 - color contains mainly: green. Hex color #63CDAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #63CDAF is #9C3250. Grayscale: #A9A9A9. Windows color (decimal): -10236497 or 11521379. OLE color: 11521379.

HSL color Cylindrical-coordinate representation of color #63CDAF: hue angle of 163.02º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #63CDAF is Cyan = 0.52, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.20.

Color convert

RGB99205175-
CMYK0.5200.150.20
HSL163.02º51.46%59.61%-
HSV(B)163.02º51.71%80.39%-
XYZ34.7149.4148.26-
YUV169.89130.8877.44-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 20.67%
GREEN value IS 205 (80.47% from 255) = 42.80%
BLUE value IS 175 (68.75% from 255) = 36.53%
R=20.67%
G=42.80%
B=36.53%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal992051750.5200.150.20163.0251.4659.61
Hex63CDAF340F14a3333c
Octal14331525764017242436374
Binary11000111100110110101111110100011111010010100011110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63CDAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,205,175); }

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

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

 a { background-color: rgb(99,205,175); }

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

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

 span { border-color: rgb(99,205,175); }

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