Html Css Color HEX #77DBB2 Medium Aquamarine

📋 copy color: '#77DBB2'

red 119 ◦ green 219 ◦ blue 178

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

Shades of Medium Aquamarine #77DBB2

Tints of Medium Aquamarine #77DBB2

RGB

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

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

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

R = 23.06%
G = 42.44%
B = 34.5%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.19

 K value IS 0.14

RGB Variations

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

Color information

#77DBB2 (or 0x77DBB2) is known color: Medium Aquamarine. HEX triplet: 77, DB and B2. RGB value is (119,219,178). Sum of RGB (Red+Green+Blue) = 119+219+178=516 (68% of max value = 765). Red value is 119 (46.88% from 255 or 23.06% from 516); Green value is 219 (85.94% from 255 or 42.44% from 516); Blue value is 178 (69.92% from 255 or 34.50% from 516); Max value from RGB is 219 - color contains mainly: green. Hex color #77DBB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77DBB2 is #88244D. Grayscale: #B8B8B8. Windows color (decimal): -8922190 or 11721591. OLE color: 11721591.

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

Color convert

RGB 119 219 178 -
CMYK 0.46 0 0.19 0.14
HSL 155.4º 0.58% 0.66% -
HSV(B) 155.4º 0.46% 0.86% -
XYZ 40.98 57.8 51.12 -
YUV 184.43 124.37 81.33 -
System Red Green Blue C M Y K H S L
Decimal 119 219 178 0.46 0 0.19 0.14 155.4 0.58 0.66
Hex 77 DB B2 2E 0 13 E 9B 3A 42
Octal 167 333 262 56 0 23 16 233 72 102
Binary 1110111 11011011 10110010 101110 0 10011 1110 10011011 111010 1000010

Color Harmonies of #77DBB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77DBB2

Black with #77DBB2

Text Example


Text Example

White with #77DBB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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