Html Css Color HEX #77FCD9 Aquamarine

📋 copy color: '#77FCD9'

red 119 ◦ green 252 ◦ blue 217

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

Shades of Aquamarine #77FCD9

Tints of Aquamarine #77FCD9

RGB

 RED value IS 119 (46.88% from 255) = 20.24%

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

 BLUE value IS 217 (85.16% from 255) = 36.9%

R = 20.24%
G = 42.86%
B = 36.9%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.14

 K value IS 0.01

RGB Variations

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

Color information

#77FCD9 (or 0x77FCD9) is known color: Aquamarine. HEX triplet: 77, FC and D9. RGB value is (119,252,217). Sum of RGB (Red+Green+Blue) = 119+252+217=588 (77% of max value = 765). Red value is 119 (46.88% from 255 or 20.24% from 588); Green value is 252 (98.83% from 255 or 42.86% from 588); Blue value is 217 (85.16% from 255 or 36.90% from 588); Max value from RGB is 252 - color contains mainly: green. Hex color #77FCD9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #77FCD9 is #880326. Grayscale: #D0D0D0. Windows color (decimal): -8913703 or 14285943. OLE color: 14285943.

HSL color Cylindrical-coordinate representation of color #77FCD9: hue angle of 164.21º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #77FCD9 is Cyan = 0.53, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.01.

Color convert

RGB 119 252 217 -
CMYK 0.53 0 0.14 0.01
HSL 164.21º 0.96% 0.73% -
HSV(B) 164.21º 0.53% 0.99% -
XYZ 54.94 78.55 77.91 -
YUV 208.24 132.94 64.35 -
System Red Green Blue C M Y K H S L
Decimal 119 252 217 0.53 0 0.14 0.01 164.21 0.96 0.73
Hex 77 FC D9 35 0 E 1 A4 60 49
Octal 167 374 331 65 0 16 1 244 140 111
Binary 1110111 11111100 11011001 110101 0 1110 1 10100100 1100000 1001001

Color Harmonies of #77FCD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77FCD9

Black with #77FCD9

Text Example


Text Example

White with #77FCD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77FCD9; }

 p { color: rgb(119,252,217); }

 H1.HeaderClassName
 {
   color: #77FCD9;
 }
 .AnyTagClassName
 {
   color: #77FCD9;
 }
</style>

background-color css

<style>
 a { background-color: #77FCD9; }

 a { background-color: rgb(119,252,217); }

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

border-color css

<style>
 span { border-color: #77FCD9; }

 span { border-color: rgb(119,252,217); }

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