Html Css Color HEX #63FADD Aquamarine

📋 copy color: '#63FADD'

red 99 ◦ green 250 ◦ blue 221

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

Shades of Aquamarine #63FADD

Tints of Aquamarine #63FADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 38.77%

R = 17.37%
G = 43.86%
B = 38.77%

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

#63FADD (or 0x63FADD) is known color: Aquamarine. HEX triplet: 63, FA and DD. RGB value is (99,250,221). Sum of RGB (Red+Green+Blue) = 99+250+221=570 (75% of max value = 765). Red value is 99 (39.06% from 255 or 17.37% from 570); Green value is 250 (98.05% from 255 or 43.86% from 570); Blue value is 221 (86.72% from 255 or 38.77% from 570); Max value from RGB is 250 - color contains mainly: green. Hex color #63FADD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #63FADD is #9C0522. Grayscale: #C9C9C9. Windows color (decimal): -10224931 or 14547555. OLE color: 14547555.

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

Color convert

RGB 99 250 221 -
CMYK 0.60 0 0.12 0.02
HSL 168.48º 0.94% 0.68% -
HSV(B) 168.48º 0.6% 0.98% -
XYZ 52.38 76.24 80.36 -
YUV 201.55 138.97 54.86 -
System Red Green Blue C M Y K H S L
Decimal 99 250 221 0.60 0 0.12 0.02 168.48 0.94 0.68
Hex 63 FA DD 3C 0 C 2 A8 5E 44
Octal 143 372 335 74 0 14 2 250 136 104
Binary 1100011 11111010 11011101 111100 0 1100 10 10101000 1011110 1000100

Color Harmonies of #63FADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63FADD

Black with #63FADD

Text Example


Text Example

White with #63FADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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