Html Css Color HEX #63CCA4 Medium Aquamarine

📋 copy color: '#63CCA4'

red 99 ◦ green 204 ◦ blue 164

#63CCA4
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Aquamarine #63CCA4

Tints of Medium Aquamarine #63CCA4

RGB

 RED value IS 99 (39.06% from 255) = 21.2%

 GREEN value IS 204 (80.08% from 255) = 43.68%

 BLUE value IS 164 (64.45% from 255) = 35.12%

R = 21.2%
G = 43.68%
B = 35.12%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.20

 K value IS 0.2

RGB Variations

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

Color information

#63CCA4 (or 0x63CCA4) is known color: Medium Aquamarine. HEX triplet: 63, CC and A4. RGB value is (99,204,164). Sum of RGB (Red+Green+Blue) = 99+204+164=467 (61% of max value = 765). Red value is 99 (39.06% from 255 or 21.20% from 467); Green value is 204 (80.08% from 255 or 43.68% from 467); Blue value is 164 (64.45% from 255 or 35.12% from 467); Max value from RGB is 204 - color contains mainly: green. Hex color #63CCA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #63CCA4 is #9C335B. Grayscale: #A8A8A8. Windows color (decimal): -10236764 or 10800227. OLE color: 10800227.

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

Color convert

RGB 99 204 164 -
CMYK 0.51 0 0.20 0.2
HSL 157.14º 0.51% 0.59% -
HSV(B) 157.14º 0.51% 0.8% -
XYZ 33.44 48.52 42.72 -
YUV 168.05 125.71 78.75 -
System Red Green Blue C M Y K H S L
Decimal 99 204 164 0.51 0 0.20 0.2 157.14 0.51 0.59
Hex 63 CC A4 33 0 14 14 9D 33 3B
Octal 143 314 244 63 0 24 24 235 63 73
Binary 1100011 11001100 10100100 110011 0 10100 10100 10011101 110011 111011

Color Harmonies of #63CCA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63CCA4

Black with #63CCA4

Text Example


Text Example

White with #63CCA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,204,164); }

 H1.HeaderClassName
 {
   color: #63CCA4;
 }
 .AnyTagClassName
 {
   color: #63CCA4;
 }
</style>

background-color css

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

 a { background-color: rgb(99,204,164); }

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

border-color css

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

 span { border-color: rgb(99,204,164); }

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