Html Css Color HEX #63FCB0 Aquamarine

📋 copy color: '#63FCB0'

red 99 ◦ green 252 ◦ blue 176

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

Shades of Aquamarine #63FCB0

Tints of Aquamarine #63FCB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 33.4%

R = 18.79%
G = 47.82%
B = 33.4%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.30

 K value IS 0.01

RGB Variations

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

Color information

#63FCB0 (or 0x63FCB0) is known color: Aquamarine. HEX triplet: 63, FC and B0. RGB value is (99,252,176). Sum of RGB (Red+Green+Blue) = 99+252+176=527 (69% of max value = 765). Red value is 99 (39.06% from 255 or 18.79% from 527); Green value is 252 (98.83% from 255 or 47.82% from 527); Blue value is 176 (69.14% from 255 or 33.40% from 527); Max value from RGB is 252 - color contains mainly: green. Hex color #63FCB0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #63FCB0 is #9C034F. Grayscale: #C5C5C5. Windows color (decimal): -10224464 or 11598947. OLE color: 11598947.

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

Color convert

RGB 99 252 176 -
CMYK 0.61 0 0.30 0.01
HSL 150.2º 0.96% 0.69% -
HSV(B) 150.2º 0.61% 0.99% -
XYZ 47.79 75.41 53.11 -
YUV 197.59 115.81 57.68 -
System Red Green Blue C M Y K H S L
Decimal 99 252 176 0.61 0 0.30 0.01 150.2 0.96 0.69
Hex 63 FC B0 3D 0 1E 1 96 60 45
Octal 143 374 260 75 0 36 1 226 140 105
Binary 1100011 11111100 10110000 111101 0 11110 1 10010110 1100000 1000101

Color Harmonies of #63FCB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63FCB0

Black with #63FCB0

Text Example


Text Example

White with #63FCB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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