Html Css Color HEX #77DBB0 Medium Aquamarine

📋 copy color: '#77DBB0'

red 119 ◦ green 219 ◦ blue 176

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

Shades of Medium Aquamarine #77DBB0

Tints of Medium Aquamarine #77DBB0

RGB

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

 GREEN value IS 219 (85.94% from 255) = 42.61%

 BLUE value IS 176 (69.14% from 255) = 34.24%

R = 23.15%
G = 42.61%
B = 34.24%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.20

 K value IS 0.14

RGB Variations

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

Color information

#77DBB0 (or 0x77DBB0) is known color: Medium Aquamarine. HEX triplet: 77, DB and B0. RGB value is (119,219,176). Sum of RGB (Red+Green+Blue) = 119+219+176=514 (68% of max value = 765). Red value is 119 (46.88% from 255 or 23.15% from 514); Green value is 219 (85.94% from 255 or 42.61% from 514); Blue value is 176 (69.14% from 255 or 34.24% from 514); Max value from RGB is 219 - color contains mainly: green. Hex color #77DBB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77DBB0 is #88244F. Grayscale: #B8B8B8. Windows color (decimal): -8922192 or 11590519. OLE color: 11590519.

HSL color Cylindrical-coordinate representation of color #77DBB0: hue angle of 154.2º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #77DBB0 is Cyan = 0.46, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.

Color convert

RGB 119 219 176 -
CMYK 0.46 0 0.20 0.14
HSL 154.2º 0.58% 0.66% -
HSV(B) 154.2º 0.46% 0.86% -
XYZ 40.78 57.72 50.07 -
YUV 184.2 123.37 81.5 -
System Red Green Blue C M Y K H S L
Decimal 119 219 176 0.46 0 0.20 0.14 154.2 0.58 0.66
Hex 77 DB B0 2E 0 14 E 9A 3A 42
Octal 167 333 260 56 0 24 16 232 72 102
Binary 1110111 11011011 10110000 101110 0 10100 1110 10011010 111010 1000010

Color Harmonies of #77DBB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77DBB0

Black with #77DBB0

Text Example


Text Example

White with #77DBB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,219,176); }

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

background-color css

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

 a { background-color: rgb(119,219,176); }

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

border-color css

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

 span { border-color: rgb(119,219,176); }

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