Html Css Color HEX #77DAB2 Medium Aquamarine

📋 copy color: '#77DAB2'

red 119 ◦ green 218 ◦ blue 178

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

Shades of Medium Aquamarine #77DAB2

Tints of Medium Aquamarine #77DAB2

RGB

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

 GREEN value IS 218 (85.55% from 255) = 42.33%

 BLUE value IS 178 (69.92% from 255) = 34.56%

R = 23.11%
G = 42.33%
B = 34.56%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.18

 K value IS 0.15

RGB Variations

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

Color information

#77DAB2 (or 0x77DAB2) is known color: Medium Aquamarine. HEX triplet: 77, DA and B2. RGB value is (119,218,178). Sum of RGB (Red+Green+Blue) = 119+218+178=515 (68% of max value = 765). Red value is 119 (46.88% from 255 or 23.11% from 515); Green value is 218 (85.55% from 255 or 42.33% from 515); Blue value is 178 (69.92% from 255 or 34.56% from 515); Max value from RGB is 218 - color contains mainly: green. Hex color #77DAB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77DAB2 is #88254D. Grayscale: #B7B7B7. Windows color (decimal): -8922446 or 11721335. OLE color: 11721335.

HSL color Cylindrical-coordinate representation of color #77DAB2: hue angle of 155.76º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #77DAB2 is Cyan = 0.45, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.15.

Color convert

RGB 119 218 178 -
CMYK 0.45 0 0.18 0.15
HSL 155.76º 0.57% 0.66% -
HSV(B) 155.76º 0.45% 0.85% -
XYZ 40.72 57.28 51.03 -
YUV 183.84 124.7 81.75 -
System Red Green Blue C M Y K H S L
Decimal 119 218 178 0.45 0 0.18 0.15 155.76 0.57 0.66
Hex 77 DA B2 2D 0 12 F 9C 39 42
Octal 167 332 262 55 0 22 17 234 71 102
Binary 1110111 11011010 10110010 101101 0 10010 1111 10011100 111001 1000010

Color Harmonies of #77DAB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77DAB2

Black with #77DAB2

Text Example


Text Example

White with #77DAB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,218,178); }

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

background-color css

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

 a { background-color: rgb(119,218,178); }

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

border-color css

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

 span { border-color: rgb(119,218,178); }

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