#63DC98

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

Shades of Medium Aquamarine #63DC98

Tints of Medium Aquamarine #63DC98

Color information

#63DC98 (or 0x63DC98) is unknown color: approx Medium Aquamarine. HEX triplet: 63, DC and 98. RGB value is (99,220,152). Sum of RGB (Red+Green+Blue) = 99+220+152=471 (62% of max value = 765). Red value is 99 (39.06% from 255 or 21.02% from 471); Green value is 220 (86.33% from 255 or 46.71% from 471); Blue value is 152 (59.77% from 255 or 32.27% from 471); Max value from RGB is 220 - color contains mainly: green. Hex color #63DC98 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #63DC98 is #9C2367. Grayscale: #B0B0B0. Windows color (decimal): -10232680 or 10017891. OLE color: 10017891.

HSL color Cylindrical-coordinate representation of color #63DC98: hue angle of 146.28º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #63DC98 is Cyan = 0.55, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.14.

Color convert

RGB99220152-
CMYK0.5500.310.14
HSL146.28º63.35%62.55%-
HSV(B)146.28º55%86.27%-
XYZ36.4156.1138.62-
YUV176.07114.4173.03-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 21.02%
GREEN value IS 220 (86.33% from 255) = 46.71%
BLUE value IS 152 (59.77% from 255) = 32.27%
R=21.02%
G=46.71%
B=32.27%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal992201520.5500.310.14146.2863.3562.55
Hex63DC983701FE923f3f
Octal14333423067037162227777
Binary11000111101110010011000110111011111111010010010111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63DC98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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