Html Css Color HEX #63FCD0 Aquamarine

📋 copy color: '#63FCD0'

red 99 ◦ green 252 ◦ blue 208

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

Shades of Aquamarine #63FCD0

Tints of Aquamarine #63FCD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 37.21%

R = 17.71%
G = 45.08%
B = 37.21%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.17

 K value IS 0.01

RGB Variations

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

Color information

#63FCD0 (or 0x63FCD0) is known color: Aquamarine. HEX triplet: 63, FC and D0. RGB value is (99,252,208). Sum of RGB (Red+Green+Blue) = 99+252+208=559 (74% of max value = 765). Red value is 99 (39.06% from 255 or 17.71% from 559); Green value is 252 (98.83% from 255 or 45.08% from 559); Blue value is 208 (81.64% from 255 or 37.21% from 559); Max value from RGB is 252 - color contains mainly: green. Hex color #63FCD0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #63FCD0 is #9C032F. Grayscale: #C9C9C9. Windows color (decimal): -10224432 or 13696099. OLE color: 13696099.

HSL color Cylindrical-coordinate representation of color #63FCD0: hue angle of 162.75º 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 #63FCD0 is Cyan = 0.61, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.01.

Color convert

RGB 99 252 208 -
CMYK 0.61 0 0.17 0.01
HSL 162.75º 0.96% 0.69% -
HSV(B) 162.75º 0.61% 0.99% -
XYZ 51.34 76.83 71.8 -
YUV 201.24 131.81 55.08 -
System Red Green Blue C M Y K H S L
Decimal 99 252 208 0.61 0 0.17 0.01 162.75 0.96 0.69
Hex 63 FC D0 3D 0 11 1 A3 60 45
Octal 143 374 320 75 0 21 1 243 140 105
Binary 1100011 11111100 11010000 111101 0 10001 1 10100011 1100000 1000101

Color Harmonies of #63FCD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63FCD0

Black with #63FCD0

Text Example


Text Example

White with #63FCD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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