Html Css Color HEX #63FCDC Aquamarine

📋 copy color: '#63FCDC'

red 99 ◦ green 252 ◦ blue 220

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

Shades of Aquamarine #63FCDC

Tints of Aquamarine #63FCDC

RGB

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

 GREEN value IS 252 (98.83% from 255) = 44.13%

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

R = 17.34%
G = 44.13%
B = 38.53%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#63FCDC (or 0x63FCDC) is known color: Aquamarine. HEX triplet: 63, FC and DC. RGB value is (99,252,220). Sum of RGB (Red+Green+Blue) = 99+252+220=571 (75% of max value = 765). Red value is 99 (39.06% from 255 or 17.34% from 571); Green value is 252 (98.83% from 255 or 44.13% from 571); Blue value is 220 (86.33% from 255 or 38.53% from 571); Max value from RGB is 252 - color contains mainly: green. Hex color #63FCDC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #63FCDC is #9C0323. Grayscale: #CACACA. Windows color (decimal): -10224420 or 14482531. OLE color: 14482531.

HSL color Cylindrical-coordinate representation of color #63FCDC: hue angle of 167.45º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #63FCDC is Cyan = 0.61, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB 99 252 220 -
CMYK 0.61 0 0.13 0.01
HSL 167.45º 0.96% 0.69% -
HSV(B) 167.45º 0.61% 0.99% -
XYZ 52.87 77.44 79.87 -
YUV 202.61 137.81 54.1 -
System Red Green Blue C M Y K H S L
Decimal 99 252 220 0.61 0 0.13 0.01 167.45 0.96 0.69
Hex 63 FC DC 3D 0 D 1 A7 60 45
Octal 143 374 334 75 0 15 1 247 140 105
Binary 1100011 11111100 11011100 111101 0 1101 1 10100111 1100000 1000101

Color Harmonies of #63FCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63FCDC

Black with #63FCDC

Text Example


Text Example

White with #63FCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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