Html Css Color HEX #77DEA8 Medium Aquamarine

📋 copy color: '#77DEA8'

red 119 ◦ green 222 ◦ blue 168

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

Shades of Medium Aquamarine #77DEA8

Tints of Medium Aquamarine #77DEA8

RGB

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

 GREEN value IS 222 (87.11% from 255) = 43.61%

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

R = 23.38%
G = 43.61%
B = 33.01%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.24

 K value IS 0.13

RGB Variations

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

Color information

#77DEA8 (or 0x77DEA8) is known color: Medium Aquamarine. HEX triplet: 77, DE and A8. RGB value is (119,222,168). Sum of RGB (Red+Green+Blue) = 119+222+168=509 (67% of max value = 765). Red value is 119 (46.88% from 255 or 23.38% from 509); Green value is 222 (87.11% from 255 or 43.61% from 509); Blue value is 168 (66.02% from 255 or 33.01% from 509); Max value from RGB is 222 - color contains mainly: green. Hex color #77DEA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77DEA8 is #882157. Grayscale: #B9B9B9. Windows color (decimal): -8921432 or 11066999. OLE color: 11066999.

HSL color Cylindrical-coordinate representation of color #77DEA8: hue angle of 148.54º degrees, saturation: 0.61, 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 #77DEA8 is Cyan = 0.46, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.

Color convert

RGB 119 222 168 -
CMYK 0.46 0 0.24 0.13
HSL 148.54º 0.61% 0.67% -
HSV(B) 148.54º 0.46% 0.87% -
XYZ 40.8 58.99 46.28 -
YUV 185.05 118.38 80.89 -
System Red Green Blue C M Y K H S L
Decimal 119 222 168 0.46 0 0.24 0.13 148.54 0.61 0.67
Hex 77 DE A8 2E 0 18 D 95 3D 43
Octal 167 336 250 56 0 30 15 225 75 103
Binary 1110111 11011110 10101000 101110 0 11000 1101 10010101 111101 1000011

Color Harmonies of #77DEA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77DEA8

Black with #77DEA8

Text Example


Text Example

White with #77DEA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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