#63F1AF

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

Shades of Medium Aquamarine #63F1AF

Tints of Medium Aquamarine #63F1AF

Color information

#63F1AF (or 0x63F1AF) is unknown color: approx Medium Aquamarine. HEX triplet: 63, F1 and AF. RGB value is (99,241,175). Sum of RGB (Red+Green+Blue) = 99+241+175=515 (68% of max value = 765). Red value is 99 (39.06% from 255 or 19.22% from 515); Green value is 241 (94.53% from 255 or 46.80% from 515); Blue value is 175 (68.75% from 255 or 33.98% from 515); Max value from RGB is 241 - color contains mainly: green. Hex color #63F1AF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #63F1AF is #9C0E50. Grayscale: #BFBFBF. Windows color (decimal): -10227281 or 11530595. OLE color: 11530595.

HSL color Cylindrical-coordinate representation of color #63F1AF: hue angle of 152.11º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #63F1AF is Cyan = 0.59, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.05.

Color convert

RGB99241175-
CMYK0.5900.270.05
HSL152.11º83.53%66.67%-
HSV(B)152.11º58.92%94.51%-
XYZ44.3468.6651.47-
YUV191.02118.9662.37-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 19.22%
GREEN value IS 241 (94.53% from 255) = 46.80%
BLUE value IS 175 (68.75% from 255) = 33.98%
R=19.22%
G=46.80%
B=33.98%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal992411750.5900.270.05152.1183.5366.67
Hex63F1AF3B01B5985443
Octal143361257730335230124103
Binary110001111110001101011111110110110111011001100010101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63F1AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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