Html Css Color HEX #63D6B4 Medium Aquamarine

📋 copy color: '#63D6B4'

red 99 ◦ green 214 ◦ blue 180

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

Shades of Medium Aquamarine #63D6B4

Tints of Medium Aquamarine #63D6B4

RGB

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

 GREEN value IS 214 (83.98% from 255) = 43.41%

 BLUE value IS 180 (70.7% from 255) = 36.51%

R = 20.08%
G = 43.41%
B = 36.51%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.16

 K value IS 0.16

RGB Variations

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

Color information

#63D6B4 (or 0x63D6B4) is known color: Medium Aquamarine. HEX triplet: 63, D6 and B4. RGB value is (99,214,180). Sum of RGB (Red+Green+Blue) = 99+214+180=493 (65% of max value = 765). Red value is 99 (39.06% from 255 or 20.08% from 493); Green value is 214 (83.98% from 255 or 43.41% from 493); Blue value is 180 (70.70% from 255 or 36.51% from 493); Max value from RGB is 214 - color contains mainly: green. Hex color #63D6B4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63D6B4 is #9C294B. Grayscale: #AFAFAF. Windows color (decimal): -10234188 or 11851363. OLE color: 11851363.

HSL color Cylindrical-coordinate representation of color #63D6B4: hue angle of 162.26º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #63D6B4 is Cyan = 0.54, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.16.

Color convert

RGB 99 214 180 -
CMYK 0.54 0 0.16 0.16
HSL 162.26º 0.58% 0.61% -
HSV(B) 162.26º 0.54% 0.84% -
XYZ 37.43 54.04 51.64 -
YUV 175.74 130.4 73.26 -
System Red Green Blue C M Y K H S L
Decimal 99 214 180 0.54 0 0.16 0.16 162.26 0.58 0.61
Hex 63 D6 B4 36 0 10 10 A2 3A 3D
Octal 143 326 264 66 0 20 20 242 72 75
Binary 1100011 11010110 10110100 110110 0 10000 10000 10100010 111010 111101

Color Harmonies of #63D6B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63D6B4

Black with #63D6B4

Text Example


Text Example

White with #63D6B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,214,180); }

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

background-color css

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

 a { background-color: rgb(99,214,180); }

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

border-color css

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

 span { border-color: rgb(99,214,180); }

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