Html Css Color HEX #63FACA Aquamarine

📋 copy color: '#63FACA'

red 99 ◦ green 250 ◦ blue 202

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

Shades of Aquamarine #63FACA

Tints of Aquamarine #63FACA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 36.66%

R = 17.97%
G = 45.37%
B = 36.66%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#63FACA (or 0x63FACA) is known color: Aquamarine. HEX triplet: 63, FA and CA. RGB value is (99,250,202). Sum of RGB (Red+Green+Blue) = 99+250+202=551 (72% of max value = 765). Red value is 99 (39.06% from 255 or 17.97% from 551); Green value is 250 (98.05% from 255 or 45.37% from 551); Blue value is 202 (79.30% from 255 or 36.66% from 551); Max value from RGB is 250 - color contains mainly: green. Hex color #63FACA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #63FACA is #9C0535. Grayscale: #C7C7C7. Windows color (decimal): -10224950 or 13302371. OLE color: 13302371.

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

Color convert

RGB 99 250 202 -
CMYK 0.60 0 0.19 0.02
HSL 160.93º 0.94% 0.68% -
HSV(B) 160.93º 0.6% 0.98% -
XYZ 49.99 75.29 67.77 -
YUV 199.38 129.47 56.4 -
System Red Green Blue C M Y K H S L
Decimal 99 250 202 0.60 0 0.19 0.02 160.93 0.94 0.68
Hex 63 FA CA 3C 0 13 2 A1 5E 44
Octal 143 372 312 74 0 23 2 241 136 104
Binary 1100011 11111010 11001010 111100 0 10011 10 10100001 1011110 1000100

Color Harmonies of #63FACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63FACA

Black with #63FACA

Text Example


Text Example

White with #63FACA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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