Html Css Color HEX #77DDAB Medium Aquamarine

📋 copy color: '#77DDAB'

red 119 ◦ green 221 ◦ blue 171

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

Shades of Medium Aquamarine #77DDAB

Tints of Medium Aquamarine #77DDAB

RGB

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

 GREEN value IS 221 (86.72% from 255) = 43.25%

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

R = 23.29%
G = 43.25%
B = 33.46%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#77DDAB (or 0x77DDAB) is known color: Medium Aquamarine. HEX triplet: 77, DD and AB. RGB value is (119,221,171). Sum of RGB (Red+Green+Blue) = 119+221+171=511 (67% of max value = 765). Red value is 119 (46.88% from 255 or 23.29% from 511); Green value is 221 (86.72% from 255 or 43.25% from 511); Blue value is 171 (67.19% from 255 or 33.46% from 511); Max value from RGB is 221 - color contains mainly: green. Hex color #77DDAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77DDAB is #882254. Grayscale: #B8B8B8. Windows color (decimal): -8921685 or 11263351. OLE color: 11263351.

HSL color Cylindrical-coordinate representation of color #77DDAB: hue angle of 150.59º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #77DDAB is Cyan = 0.46, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB 119 221 171 -
CMYK 0.46 0 0.23 0.13
HSL 150.59º 0.6% 0.67% -
HSV(B) 150.59º 0.46% 0.87% -
XYZ 40.81 58.58 47.68 -
YUV 184.8 120.21 81.07 -
System Red Green Blue C M Y K H S L
Decimal 119 221 171 0.46 0 0.23 0.13 150.59 0.6 0.67
Hex 77 DD AB 2E 0 17 D 97 3C 43
Octal 167 335 253 56 0 27 15 227 74 103
Binary 1110111 11011101 10101011 101110 0 10111 1101 10010111 111100 1000011

Color Harmonies of #77DDAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77DDAB

Black with #77DDAB

Text Example


Text Example

White with #77DDAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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