#63CBA2

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

Shades of Medium Aquamarine #63CBA2

Tints of Medium Aquamarine #63CBA2

Color information

#63CBA2 (or 0x63CBA2) is unknown color: approx Medium Aquamarine. HEX triplet: 63, CB and A2. RGB value is (99,203,162). Sum of RGB (Red+Green+Blue) = 99+203+162=464 (61% of max value = 765). Red value is 99 (39.06% from 255 or 21.34% from 464); Green value is 203 (79.69% from 255 or 43.75% from 464); Blue value is 162 (63.67% from 255 or 34.91% from 464); Max value from RGB is 203 - color contains mainly: green. Hex color #63CBA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #63CBA2 is #9C345D. Grayscale: #A7A7A7. Windows color (decimal): -10237022 or 10668899. OLE color: 10668899.

HSL color Cylindrical-coordinate representation of color #63CBA2: hue angle of 156.35º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #63CBA2 is Cyan = 0.51, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.20.

Color convert

RGB99203162-
CMYK0.5100.200.20
HSL156.35º50%59.22%-
HSV(B)156.35º51.23%79.61%-
XYZ33.0247.9741.7-
YUV167.23125.0479.33-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 21.34%
GREEN value IS 203 (79.69% from 255) = 43.75%
BLUE value IS 162 (63.67% from 255) = 34.91%
R=21.34%
G=43.75%
B=34.91%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal992031620.5100.200.20156.355059.22
Hex63CBA233014149c323b
Octal14331324263024242346273
Binary110001111001011101000101100110101001010010011100110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63CBA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,203,162); }

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

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

 a { background-color: rgb(99,203,162); }

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

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

 span { border-color: rgb(99,203,162); }

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