Html Css Color HEX #63FADC Aquamarine

📋 copy color: '#63FADC'

red 99 ◦ green 250 ◦ blue 220

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

Shades of Aquamarine #63FADC

Tints of Aquamarine #63FADC

RGB

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

 GREEN value IS 250 (98.05% from 255) = 43.94%

 BLUE value IS 220 (86.33% from 255) = 38.66%

R = 17.4%
G = 43.94%
B = 38.66%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#63FADC (or 0x63FADC) is known color: Aquamarine. HEX triplet: 63, FA and DC. RGB value is (99,250,220). Sum of RGB (Red+Green+Blue) = 99+250+220=569 (75% of max value = 765). Red value is 99 (39.06% from 255 or 17.40% from 569); Green value is 250 (98.05% from 255 or 43.94% from 569); Blue value is 220 (86.33% from 255 or 38.66% from 569); Max value from RGB is 250 - color contains mainly: green. Hex color #63FADC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #63FADC is #9C0523. Grayscale: #C9C9C9. Windows color (decimal): -10224932 or 14482019. OLE color: 14482019.

HSL color Cylindrical-coordinate representation of color #63FADC: hue angle of 168.08º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #63FADC is Cyan = 0.60, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB 99 250 220 -
CMYK 0.60 0 0.12 0.02
HSL 168.08º 0.94% 0.68% -
HSV(B) 168.08º 0.6% 0.98% -
XYZ 52.25 76.19 79.66 -
YUV 201.43 138.47 54.94 -
System Red Green Blue C M Y K H S L
Decimal 99 250 220 0.60 0 0.12 0.02 168.08 0.94 0.68
Hex 63 FA DC 3C 0 C 2 A8 5E 44
Octal 143 372 334 74 0 14 2 250 136 104
Binary 1100011 11111010 11011100 111100 0 1100 10 10101000 1011110 1000100

Color Harmonies of #63FADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63FADC

Black with #63FADC

Text Example


Text Example

White with #63FADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,250,220); }

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

background-color css

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

 a { background-color: rgb(99,250,220); }

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

border-color css

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

 span { border-color: rgb(99,250,220); }

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