#63CBAA

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

Shades of Medium Aquamarine #63CBAA

Tints of Medium Aquamarine #63CBAA

Color information

#63CBAA (or 0x63CBAA) is unknown color: approx Medium Aquamarine. HEX triplet: 63, CB and AA. RGB value is (99,203,170). Sum of RGB (Red+Green+Blue) = 99+203+170=472 (62% of max value = 765). Red value is 99 (39.06% from 255 or 20.97% from 472); Green value is 203 (79.69% from 255 or 43.01% from 472); Blue value is 170 (66.80% from 255 or 36.02% from 472); Max value from RGB is 203 - color contains mainly: green. Hex color #63CBAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #63CBAA is #9C3455. Grayscale: #A8A8A8. Windows color (decimal): -10237014 or 11193187. OLE color: 11193187.

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

Color convert

RGB99203170-
CMYK0.5100.160.20
HSL160.96º50%59.22%-
HSV(B)160.96º51.23%79.61%-
XYZ33.7648.2745.57-
YUV168.14129.0478.68-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 20.97%
GREEN value IS 203 (79.69% from 255) = 43.01%
BLUE value IS 170 (66.80% from 255) = 36.02%
R=20.97%
G=43.01%
B=36.02%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal992031700.5100.160.20160.965059.22
Hex63CBAA3301014a1323b
Octal14331325263020242416273
Binary110001111001011101010101100110100001010010100001110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63CBAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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