Html Css Color HEX #77D0AB Medium Aquamarine

📋 copy color: '#77D0AB'

red 119 ◦ green 208 ◦ blue 171

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

Shades of Medium Aquamarine #77D0AB

Tints of Medium Aquamarine #77D0AB

RGB

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

 GREEN value IS 208 (81.64% from 255) = 41.77%

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

R = 23.9%
G = 41.77%
B = 34.34%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#77D0AB (or 0x77D0AB) is known color: Medium Aquamarine. HEX triplet: 77, D0 and AB. RGB value is (119,208,171). Sum of RGB (Red+Green+Blue) = 119+208+171=498 (65% of max value = 765). Red value is 119 (46.88% from 255 or 23.90% from 498); Green value is 208 (81.64% from 255 or 41.77% from 498); Blue value is 171 (67.19% from 255 or 34.34% from 498); Max value from RGB is 208 - color contains mainly: green. Hex color #77D0AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77D0AB is #882F54. Grayscale: #B1B1B1. Windows color (decimal): -8925013 or 11260023. OLE color: 11260023.

HSL color Cylindrical-coordinate representation of color #77D0AB: hue angle of 155.06º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #77D0AB is Cyan = 0.43, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.

Color convert

RGB 119 208 171 -
CMYK 0.43 0 0.18 0.18
HSL 155.06º 0.49% 0.64% -
HSV(B) 155.06º 0.43% 0.82% -
XYZ 37.51 51.97 46.58 -
YUV 177.17 124.51 86.51 -
System Red Green Blue C M Y K H S L
Decimal 119 208 171 0.43 0 0.18 0.18 155.06 0.49 0.64
Hex 77 D0 AB 2B 0 12 12 9B 31 40
Octal 167 320 253 53 0 22 22 233 61 100
Binary 1110111 11010000 10101011 101011 0 10010 10010 10011011 110001 1000000

Color Harmonies of #77D0AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77D0AB

Black with #77D0AB

Text Example


Text Example

White with #77D0AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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