Html Css Color HEX #77D7B2 Medium Aquamarine

📋 copy color: '#77D7B2'

red 119 ◦ green 215 ◦ blue 178

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

Shades of Medium Aquamarine #77D7B2

Tints of Medium Aquamarine #77D7B2

RGB

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

 GREEN value IS 215 (84.38% from 255) = 41.99%

 BLUE value IS 178 (69.92% from 255) = 34.77%

R = 23.24%
G = 41.99%
B = 34.77%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.17

 K value IS 0.16

RGB Variations

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

Color information

#77D7B2 (or 0x77D7B2) is known color: Medium Aquamarine. HEX triplet: 77, D7 and B2. RGB value is (119,215,178). Sum of RGB (Red+Green+Blue) = 119+215+178=512 (67% of max value = 765). Red value is 119 (46.88% from 255 or 23.24% from 512); Green value is 215 (84.38% from 255 or 41.99% from 512); Blue value is 178 (69.92% from 255 or 34.77% from 512); Max value from RGB is 215 - color contains mainly: green. Hex color #77D7B2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77D7B2 is #88284D. Grayscale: #B6B6B6. Windows color (decimal): -8923214 or 11720567. OLE color: 11720567.

HSL color Cylindrical-coordinate representation of color #77D7B2: hue angle of 156.88º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #77D7B2 is Cyan = 0.45, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.16.

Color convert

RGB 119 215 178 -
CMYK 0.45 0 0.17 0.16
HSL 156.88º 0.55% 0.65% -
HSV(B) 156.88º 0.45% 0.84% -
XYZ 39.94 55.74 50.77 -
YUV 182.08 125.7 83.01 -
System Red Green Blue C M Y K H S L
Decimal 119 215 178 0.45 0 0.17 0.16 156.88 0.55 0.65
Hex 77 D7 B2 2D 0 11 10 9D 37 41
Octal 167 327 262 55 0 21 20 235 67 101
Binary 1110111 11010111 10110010 101101 0 10001 10000 10011101 110111 1000001

Color Harmonies of #77D7B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77D7B2

Black with #77D7B2

Text Example


Text Example

White with #77D7B2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,215,178); }

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

background-color css

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

 a { background-color: rgb(119,215,178); }

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

border-color css

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

 span { border-color: rgb(119,215,178); }

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