Html Css Color HEX #63F4DC Aquamarine

📋 copy color: '#63F4DC'

red 99 ◦ green 244 ◦ blue 220

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

Shades of Aquamarine #63F4DC

Tints of Aquamarine #63F4DC

RGB

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

 GREEN value IS 244 (95.7% from 255) = 43.34%

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

R = 17.58%
G = 43.34%
B = 39.08%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#63F4DC (or 0x63F4DC) is known color: Aquamarine. HEX triplet: 63, F4 and DC. RGB value is (99,244,220). Sum of RGB (Red+Green+Blue) = 99+244+220=563 (74% of max value = 765). Red value is 99 (39.06% from 255 or 17.58% from 563); Green value is 244 (95.70% from 255 or 43.34% from 563); Blue value is 220 (86.33% from 255 or 39.08% from 563); Max value from RGB is 244 - color contains mainly: green. Hex color #63F4DC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #63F4DC is #9C0B23. Grayscale: #C5C5C5. Windows color (decimal): -10226468 or 14480483. OLE color: 14480483.

HSL color Cylindrical-coordinate representation of color #63F4DC: hue angle of 170.07º degrees, saturation: 0.87, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #63F4DC is Cyan = 0.59, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB 99 244 220 -
CMYK 0.59 0 0.10 0.04
HSL 170.07º 0.87% 0.67% -
HSV(B) 170.07º 0.59% 0.96% -
XYZ 50.41 72.52 79.05 -
YUV 197.91 140.46 57.45 -
System Red Green Blue C M Y K H S L
Decimal 99 244 220 0.59 0 0.10 0.04 170.07 0.87 0.67
Hex 63 F4 DC 3B 0 A 4 AA 57 43
Octal 143 364 334 73 0 12 4 252 127 103
Binary 1100011 11110100 11011100 111011 0 1010 100 10101010 1010111 1000011

Color Harmonies of #63F4DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63F4DC

Black with #63F4DC

Text Example


Text Example

White with #63F4DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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