Html Css Color HEX #77FDAB Aquamarine

📋 copy color: '#77FDAB'

red 119 ◦ green 253 ◦ blue 171

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

Shades of Aquamarine #77FDAB

Tints of Aquamarine #77FDAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 31.49%

R = 21.92%
G = 46.59%
B = 31.49%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.32

 K value IS 0.01

RGB Variations

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

Color information

#77FDAB (or 0x77FDAB) is known color: Aquamarine. HEX triplet: 77, FD and AB. RGB value is (119,253,171). Sum of RGB (Red+Green+Blue) = 119+253+171=543 (71% of max value = 765). Red value is 119 (46.88% from 255 or 21.92% from 543); Green value is 253 (99.22% from 255 or 46.59% from 543); Blue value is 171 (67.19% from 255 or 31.49% from 543); Max value from RGB is 253 - color contains mainly: green. Hex color #77FDAB is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #77FDAB is #880254. Grayscale: #CBCBCB. Windows color (decimal): -8913493 or 11271543. OLE color: 11271543.

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

Color convert

RGB 119 253 171 -
CMYK 0.53 0 0.32 0.01
HSL 143.28º 0.97% 0.73% -
HSV(B) 143.28º 0.53% 0.99% -
XYZ 50.08 77.11 50.77 -
YUV 203.59 109.61 67.67 -
System Red Green Blue C M Y K H S L
Decimal 119 253 171 0.53 0 0.32 0.01 143.28 0.97 0.73
Hex 77 FD AB 35 0 20 1 8F 61 49
Octal 167 375 253 65 0 40 1 217 141 111
Binary 1110111 11111101 10101011 110101 0 100000 1 10001111 1100001 1001001

Color Harmonies of #77FDAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77FDAB

Black with #77FDAB

Text Example


Text Example

White with #77FDAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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