#63F4CD

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

Shades of Aquamarine #63F4CD

Tints of Aquamarine #63F4CD

Color information

#63F4CD (or 0x63F4CD) is unknown color: approx Aquamarine. HEX triplet: 63, F4 and CD. RGB value is (99,244,205). Sum of RGB (Red+Green+Blue) = 99+244+205=548 (72% of max value = 765). Red value is 99 (39.06% from 255 or 18.07% from 548); Green value is 244 (95.70% from 255 or 44.53% from 548); Blue value is 205 (80.47% from 255 or 37.41% from 548); Max value from RGB is 244 - color contains mainly: green. Hex color #63F4CD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #63F4CD is #9C0B32. Grayscale: #C4C4C4. Windows color (decimal): -10226483 or 13497443. OLE color: 13497443.

HSL color Cylindrical-coordinate representation of color #63F4CD: hue angle of 163.86º 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 #63F4CD is Cyan = 0.59, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB99244205-
CMYK0.5900.160.04
HSL163.86º86.83%67.25%-
HSV(B)163.86º59.43%95.69%-
XYZ48.5271.7669.05-
YUV196.2132.9658.67-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 18.07%
GREEN value IS 244 (95.70% from 255) = 44.53%
BLUE value IS 205 (80.47% from 255) = 37.41%
R=18.07%
G=44.53%
B=37.41%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal992442050.5900.160.04163.8686.8367.25
Hex63F4CD3B0104a45743
Octal143364315730204244127103
Binary110001111110100110011011110110100001001010010010101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63F4CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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