Html Css Color HEX #77FDD9 Aquamarine

📋 copy color: '#77FDD9'

red 119 ◦ green 253 ◦ blue 217

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

Shades of Aquamarine #77FDD9

Tints of Aquamarine #77FDD9

RGB

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

 GREEN value IS 253 (99.22% from 255) = 42.95%

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

R = 20.2%
G = 42.95%
B = 36.84%

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

#77FDD9 (or 0x77FDD9) is known color: Aquamarine. HEX triplet: 77, FD and D9. RGB value is (119,253,217). Sum of RGB (Red+Green+Blue) = 119+253+217=589 (78% of max value = 765). Red value is 119 (46.88% from 255 or 20.20% from 589); Green value is 253 (99.22% from 255 or 42.95% from 589); Blue value is 217 (85.16% from 255 or 36.84% from 589); Max value from RGB is 253 - color contains mainly: green. Hex color #77FDD9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #77FDD9 is #880226. Grayscale: #D0D0D0. Windows color (decimal): -8913447 or 14286199. OLE color: 14286199.

HSL color Cylindrical-coordinate representation of color #77FDD9: hue angle of 163.88º degrees, saturation: 0.97, 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 #77FDD9 is Cyan = 0.53, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.01.

Color convert

RGB 119 253 217 -
CMYK 0.53 0 0.14 0.01
HSL 163.88º 0.97% 0.73% -
HSV(B) 163.88º 0.53% 0.99% -
XYZ 55.26 79.18 78.02 -
YUV 208.83 132.61 63.93 -
System Red Green Blue C M Y K H S L
Decimal 119 253 217 0.53 0 0.14 0.01 163.88 0.97 0.73
Hex 77 FD D9 35 0 E 1 A4 61 49
Octal 167 375 331 65 0 16 1 244 141 111
Binary 1110111 11111101 11011001 110101 0 1110 1 10100100 1100001 1001001

Color Harmonies of #77FDD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77FDD9

Black with #77FDD9

Text Example


Text Example

White with #77FDD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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