Html Css Color HEX #77CFAA Medium Aquamarine

📋 copy color: '#77CFAA'

red 119 ◦ green 207 ◦ blue 170

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

Shades of Medium Aquamarine #77CFAA

Tints of Medium Aquamarine #77CFAA

RGB

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

 GREEN value IS 207 (81.25% from 255) = 41.73%

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

R = 23.99%
G = 41.73%
B = 34.27%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.18

 K value IS 0.19

RGB Variations

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

Color information

#77CFAA (or 0x77CFAA) is known color: Medium Aquamarine. HEX triplet: 77, CF and AA. RGB value is (119,207,170). Sum of RGB (Red+Green+Blue) = 119+207+170=496 (65% of max value = 765). Red value is 119 (46.88% from 255 or 23.99% from 496); Green value is 207 (81.25% from 255 or 41.73% from 496); Blue value is 170 (66.80% from 255 or 34.27% from 496); Max value from RGB is 207 - color contains mainly: green. Hex color #77CFAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77CFAA is #883055. Grayscale: #B0B0B0. Windows color (decimal): -8925270 or 11194231. OLE color: 11194231.

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

Color convert

RGB 119 207 170 -
CMYK 0.43 0 0.18 0.19
HSL 154.77º 0.48% 0.64% -
HSV(B) 154.77º 0.43% 0.81% -
XYZ 37.18 51.45 46 -
YUV 176.47 124.35 87.01 -
System Red Green Blue C M Y K H S L
Decimal 119 207 170 0.43 0 0.18 0.19 154.77 0.48 0.64
Hex 77 CF AA 2B 0 12 13 9B 30 40
Octal 167 317 252 53 0 22 23 233 60 100
Binary 1110111 11001111 10101010 101011 0 10010 10011 10011011 110000 1000000

Color Harmonies of #77CFAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77CFAA

Black with #77CFAA

Text Example


Text Example

White with #77CFAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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