#63F4DC

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

Shades of Aquamarine #63F4DC

Tints of Aquamarine #63F4DC

Color information

#63F4DC (or 0x63F4DC) is unknown color: approx Aquamarine. HEX triplet: 63, F4 and DC. RGB value is (99,244,220). Sum of RGB (Red+Green+Blue) = 99+244+220=563 (74% of max value = 765). Red value is 99 (39.06% from 255 or 17.58% from 563); Green value is 244 (95.70% from 255 or 43.34% from 563); Blue value is 220 (86.33% from 255 or 39.08% from 563); Max value from RGB is 244 - color contains mainly: green. Hex color #63F4DC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #63F4DC is #9C0B23. Grayscale: #C5C5C5. Windows color (decimal): -10226468 or 14480483. OLE color: 14480483.

HSL color Cylindrical-coordinate representation of color #63F4DC: hue angle of 170.07º degrees, saturation: 0.87, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #63F4DC is Cyan = 0.59, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB99244220-
CMYK0.5900.100.04
HSL170.07º86.83%67.25%-
HSV(B)170.07º59.43%95.69%-
XYZ50.4172.5279.05-
YUV197.91140.4657.45-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 17.58%
GREEN value IS 244 (95.70% from 255) = 43.34%
BLUE value IS 220 (86.33% from 255) = 39.08%
R=17.58%
G=43.34%
B=39.08%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal992442200.5900.100.04170.0786.8367.25
Hex63F4DC3B0A4aa5743
Octal143364334730124252127103
Binary11000111111010011011100111011010101001010101010101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63F4DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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