Html Css Color HEX #77D8B2 Medium Aquamarine

📋 copy color: '#77D8B2'

red 119 ◦ green 216 ◦ blue 178

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

Shades of Medium Aquamarine #77D8B2

Tints of Medium Aquamarine #77D8B2

RGB

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

 GREEN value IS 216 (84.77% from 255) = 42.11%

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

R = 23.2%
G = 42.11%
B = 34.7%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.18

 K value IS 0.15

RGB Variations

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

Color information

#77D8B2 (or 0x77D8B2) is known color: Medium Aquamarine. HEX triplet: 77, D8 and B2. RGB value is (119,216,178). Sum of RGB (Red+Green+Blue) = 119+216+178=513 (67% of max value = 765). Red value is 119 (46.88% from 255 or 23.20% from 513); Green value is 216 (84.77% from 255 or 42.11% from 513); Blue value is 178 (69.92% from 255 or 34.70% from 513); Max value from RGB is 216 - color contains mainly: green. Hex color #77D8B2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77D8B2 is #88274D. Grayscale: #B6B6B6. Windows color (decimal): -8922958 or 11720823. OLE color: 11720823.

HSL color Cylindrical-coordinate representation of color #77D8B2: hue angle of 156.49º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #77D8B2 is Cyan = 0.45, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.15.

Color convert

RGB 119 216 178 -
CMYK 0.45 0 0.18 0.15
HSL 156.49º 0.55% 0.66% -
HSV(B) 156.49º 0.45% 0.85% -
XYZ 40.2 56.25 50.86 -
YUV 182.67 125.36 82.59 -
System Red Green Blue C M Y K H S L
Decimal 119 216 178 0.45 0 0.18 0.15 156.49 0.55 0.66
Hex 77 D8 B2 2D 0 12 F 9C 37 42
Octal 167 330 262 55 0 22 17 234 67 102
Binary 1110111 11011000 10110010 101101 0 10010 1111 10011100 110111 1000010

Color Harmonies of #77D8B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77D8B2

Black with #77D8B2

Text Example


Text Example

White with #77D8B2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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