Html Css Color HEX #77CEA8 Medium Aquamarine

📋 copy color: '#77CEA8'

red 119 ◦ green 206 ◦ blue 168

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

Shades of Medium Aquamarine #77CEA8

Tints of Medium Aquamarine #77CEA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 34.08%

R = 24.14%
G = 41.78%
B = 34.08%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.18

 K value IS 0.19

RGB Variations

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

Color information

#77CEA8 (or 0x77CEA8) is known color: Medium Aquamarine. HEX triplet: 77, CE and A8. RGB value is (119,206,168). Sum of RGB (Red+Green+Blue) = 119+206+168=493 (65% of max value = 765). Red value is 119 (46.88% from 255 or 24.14% from 493); Green value is 206 (80.86% from 255 or 41.78% from 493); Blue value is 168 (66.02% from 255 or 34.08% from 493); Max value from RGB is 206 - color contains mainly: green. Hex color #77CEA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77CEA8 is #883157. Grayscale: #AFAFAF. Windows color (decimal): -8925528 or 11062903. OLE color: 11062903.

HSL color Cylindrical-coordinate representation of color #77CEA8: hue angle of 153.79º 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 #77CEA8 is Cyan = 0.42, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.19.

Color convert

RGB 119 206 168 -
CMYK 0.42 0 0.18 0.19
HSL 153.79º 0.47% 0.64% -
HSV(B) 153.79º 0.42% 0.81% -
XYZ 36.75 50.89 44.93 -
YUV 175.66 123.68 87.59 -
System Red Green Blue C M Y K H S L
Decimal 119 206 168 0.42 0 0.18 0.19 153.79 0.47 0.64
Hex 77 CE A8 2A 0 12 13 9A 2F 40
Octal 167 316 250 52 0 22 23 232 57 100
Binary 1110111 11001110 10101000 101010 0 10010 10011 10011010 101111 1000000

Color Harmonies of #77CEA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77CEA8

Black with #77CEA8

Text Example


Text Example

White with #77CEA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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