Html Css Color HEX #63CAB4 Medium Aquamarine

📋 copy color: '#63CAB4'

red 99 ◦ green 202 ◦ blue 180

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

Shades of Medium Aquamarine #63CAB4

Tints of Medium Aquamarine #63CAB4

RGB

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

 GREEN value IS 202 (79.3% from 255) = 42%

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

R = 20.58%
G = 42%
B = 37.42%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.11

 K value IS 0.21

RGB Variations

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

Color information

#63CAB4 (or 0x63CAB4) is known color: Medium Aquamarine. HEX triplet: 63, CA and B4. RGB value is (99,202,180). Sum of RGB (Red+Green+Blue) = 99+202+180=481 (63% of max value = 765). Red value is 99 (39.06% from 255 or 20.58% from 481); Green value is 202 (79.30% from 255 or 42.00% from 481); Blue value is 180 (70.70% from 255 or 37.42% from 481); Max value from RGB is 202 - color contains mainly: green. Hex color #63CAB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63CAB4 is #9C354B. Grayscale: #A8A8A8. Windows color (decimal): -10237260 or 11848291. OLE color: 11848291.

HSL color Cylindrical-coordinate representation of color #63CAB4: hue angle of 167.18º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #63CAB4 is Cyan = 0.51, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.21.

Color convert

RGB 99 202 180 -
CMYK 0.51 0 0.11 0.21
HSL 167.18º 0.49% 0.59% -
HSV(B) 167.18º 0.51% 0.79% -
XYZ 34.5 48.19 50.66 -
YUV 168.7 134.38 78.29 -
System Red Green Blue C M Y K H S L
Decimal 99 202 180 0.51 0 0.11 0.21 167.18 0.49 0.59
Hex 63 CA B4 33 0 B 15 A7 31 3B
Octal 143 312 264 63 0 13 25 247 61 73
Binary 1100011 11001010 10110100 110011 0 1011 10101 10100111 110001 111011

Color Harmonies of #63CAB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63CAB4

Black with #63CAB4

Text Example


Text Example

White with #63CAB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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