Html Css Color HEX #77CFAB Medium Aquamarine

📋 copy color: '#77CFAB'

red 119 ◦ green 207 ◦ blue 171

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

Shades of Medium Aquamarine #77CFAB

Tints of Medium Aquamarine #77CFAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 34.41%

R = 23.94%
G = 41.65%
B = 34.41%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.17

 K value IS 0.19

RGB Variations

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

Color information

#77CFAB (or 0x77CFAB) is known color: Medium Aquamarine. HEX triplet: 77, CF and AB. RGB value is (119,207,171). Sum of RGB (Red+Green+Blue) = 119+207+171=497 (65% of max value = 765). Red value is 119 (46.88% from 255 or 23.94% from 497); Green value is 207 (81.25% from 255 or 41.65% from 497); Blue value is 171 (67.19% from 255 or 34.41% from 497); Max value from RGB is 207 - color contains mainly: green. Hex color #77CFAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77CFAB is #883054. Grayscale: #B0B0B0. Windows color (decimal): -8925269 or 11259767. OLE color: 11259767.

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

Color convert

RGB 119 207 171 -
CMYK 0.43 0 0.17 0.19
HSL 155.45º 0.48% 0.64% -
HSV(B) 155.45º 0.43% 0.81% -
XYZ 37.27 51.49 46.5 -
YUV 176.58 124.85 86.93 -
System Red Green Blue C M Y K H S L
Decimal 119 207 171 0.43 0 0.17 0.19 155.45 0.48 0.64
Hex 77 CF AB 2B 0 11 13 9B 30 40
Octal 167 317 253 53 0 21 23 233 60 100
Binary 1110111 11001111 10101011 101011 0 10001 10011 10011011 110000 1000000

Color Harmonies of #77CFAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77CFAB

Black with #77CFAB

Text Example


Text Example

White with #77CFAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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