Html Css Color HEX #77CEAA Medium Aquamarine

📋 copy color: '#77CEAA'

red 119 ◦ green 206 ◦ blue 170

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

Shades of Medium Aquamarine #77CEAA

Tints of Medium Aquamarine #77CEAA

RGB

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

 GREEN value IS 206 (80.86% from 255) = 41.62%

 BLUE value IS 170 (66.8% from 255) = 34.34%

R = 24.04%
G = 41.62%
B = 34.34%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.17

 K value IS 0.19

RGB Variations

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

Color information

#77CEAA (or 0x77CEAA) is known color: Medium Aquamarine. HEX triplet: 77, CE and AA. RGB value is (119,206,170). Sum of RGB (Red+Green+Blue) = 119+206+170=495 (65% of max value = 765). Red value is 119 (46.88% from 255 or 24.04% from 495); Green value is 206 (80.86% from 255 or 41.62% from 495); Blue value is 170 (66.80% from 255 or 34.34% from 495); Max value from RGB is 206 - color contains mainly: green. Hex color #77CEAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77CEAA is #883155. Grayscale: #AFAFAF. Windows color (decimal): -8925526 or 11193975. OLE color: 11193975.

HSL color Cylindrical-coordinate representation of color #77CEAA: hue angle of 155.17º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #77CEAA is Cyan = 0.42, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.

Color convert

RGB 119 206 170 -
CMYK 0.42 0 0.17 0.19
HSL 155.17º 0.47% 0.64% -
HSV(B) 155.17º 0.42% 0.81% -
XYZ 36.93 50.97 45.92 -
YUV 175.88 124.68 87.43 -
System Red Green Blue C M Y K H S L
Decimal 119 206 170 0.42 0 0.17 0.19 155.17 0.47 0.64
Hex 77 CE AA 2A 0 11 13 9B 2F 40
Octal 167 316 252 52 0 21 23 233 57 100
Binary 1110111 11001110 10101010 101010 0 10001 10011 10011011 101111 1000000

Color Harmonies of #77CEAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77CEAA

Black with #77CEAA

Text Example


Text Example

White with #77CEAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,206,170); }

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

background-color css

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

 a { background-color: rgb(119,206,170); }

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

border-color css

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

 span { border-color: rgb(119,206,170); }

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