Html Css Color HEX #63FACC Aquamarine

📋 copy color: '#63FACC'

red 99 ◦ green 250 ◦ blue 204

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

Shades of Aquamarine #63FACC

Tints of Aquamarine #63FACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 36.89%

R = 17.9%
G = 45.21%
B = 36.89%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#63FACC (or 0x63FACC) is known color: Aquamarine. HEX triplet: 63, FA and CC. RGB value is (99,250,204). Sum of RGB (Red+Green+Blue) = 99+250+204=553 (73% of max value = 765). Red value is 99 (39.06% from 255 or 17.90% from 553); Green value is 250 (98.05% from 255 or 45.21% from 553); Blue value is 204 (80.08% from 255 or 36.89% from 553); Max value from RGB is 250 - color contains mainly: green. Hex color #63FACC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #63FACC is #9C0533. Grayscale: #C7C7C7. Windows color (decimal): -10224948 or 13433443. OLE color: 13433443.

HSL color Cylindrical-coordinate representation of color #63FACC: hue angle of 161.72º 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 #63FACC is Cyan = 0.60, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB 99 250 204 -
CMYK 0.60 0 0.18 0.02
HSL 161.72º 0.94% 0.68% -
HSV(B) 161.72º 0.6% 0.98% -
XYZ 50.23 75.38 69.03 -
YUV 199.61 130.47 56.24 -
System Red Green Blue C M Y K H S L
Decimal 99 250 204 0.60 0 0.18 0.02 161.72 0.94 0.68
Hex 63 FA CC 3C 0 12 2 A2 5E 44
Octal 143 372 314 74 0 22 2 242 136 104
Binary 1100011 11111010 11001100 111100 0 10010 10 10100010 1011110 1000100

Color Harmonies of #63FACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63FACC

Black with #63FACC

Text Example


Text Example

White with #63FACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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