Html Css Color HEX #77CFAD Medium Aquamarine

📋 copy color: '#77CFAD'

red 119 ◦ green 207 ◦ blue 173

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

Shades of Medium Aquamarine #77CFAD

Tints of Medium Aquamarine #77CFAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 34.67%

R = 23.85%
G = 41.48%
B = 34.67%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.16

 K value IS 0.19

RGB Variations

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

Color information

#77CFAD (or 0x77CFAD) is known color: Medium Aquamarine. HEX triplet: 77, CF and AD. RGB value is (119,207,173). Sum of RGB (Red+Green+Blue) = 119+207+173=499 (66% of max value = 765). Red value is 119 (46.88% from 255 or 23.85% from 499); Green value is 207 (81.25% from 255 or 41.48% from 499); Blue value is 173 (67.97% from 255 or 34.67% from 499); Max value from RGB is 207 - color contains mainly: green. Hex color #77CFAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77CFAD is #883052. Grayscale: #B0B0B0. Windows color (decimal): -8925267 or 11390839. OLE color: 11390839.

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

Color convert

RGB 119 207 173 -
CMYK 0.43 0 0.16 0.19
HSL 156.82º 0.48% 0.64% -
HSV(B) 156.82º 0.43% 0.81% -
XYZ 37.46 51.56 47.51 -
YUV 176.81 125.85 86.76 -
System Red Green Blue C M Y K H S L
Decimal 119 207 173 0.43 0 0.16 0.19 156.82 0.48 0.64
Hex 77 CF AD 2B 0 10 13 9D 30 40
Octal 167 317 255 53 0 20 23 235 60 100
Binary 1110111 11001111 10101101 101011 0 10000 10011 10011101 110000 1000000

Color Harmonies of #77CFAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77CFAD

Black with #77CFAD

Text Example


Text Example

White with #77CFAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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