#63FFD0

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

Shades of Aquamarine #63FFD0

Tints of Aquamarine #63FFD0

Color information

#63FFD0 (or 0x63FFD0) is unknown color: approx Aquamarine. HEX triplet: 63, FF and D0. RGB value is (99,255,208). Sum of RGB (Red+Green+Blue) = 99+255+208=562 (74% of max value = 765). Red value is 99 (39.06% from 255 or 17.62% from 562); Green value is 255 (100% from 255 or 45.37% from 562); Blue value is 208 (81.64% from 255 or 37.01% from 562); Max value from RGB is 255 - color contains mainly: green. Hex color #63FFD0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #63FFD0 is #9C002F. Grayscale: #CBCBCB. Windows color (decimal): -10223664 or 13696867. OLE color: 13696867.

HSL color Cylindrical-coordinate representation of color #63FFD0: hue angle of 161.92º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #63FFD0 is Cyan = 0.61, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.

Color convert

RGB99255208-
CMYK0.6100.180
HSL161.92º100%69.41%-
HSV(B)161.92º61.18%100%-
XYZ52.2978.7372.11-
YUV203130.8253.82-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 17.62%
GREEN value IS 255 (100% from 255) = 45.37%
BLUE value IS 208 (81.64% from 255) = 37.01%
R=17.62%
G=45.37%
B=37.01%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal992552080.6100.180161.9210069.41
Hex63FFD03D0120a26445
Octal143377320750220242144105
Binary1100011111111111101000011110101001001010001011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63FFD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,255,208); }

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

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

 a { background-color: rgb(99,255,208); }

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

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

 span { border-color: rgb(99,255,208); }

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