Html Css Color HEX #77DDB2 Medium Aquamarine

📋 copy color: '#77DDB2'

red 119 ◦ green 221 ◦ blue 178

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

Shades of Medium Aquamarine #77DDB2

Tints of Medium Aquamarine #77DDB2

RGB

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

 GREEN value IS 221 (86.72% from 255) = 42.66%

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

R = 22.97%
G = 42.66%
B = 34.36%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#77DDB2 (or 0x77DDB2) is known color: Medium Aquamarine. HEX triplet: 77, DD and B2. RGB value is (119,221,178). Sum of RGB (Red+Green+Blue) = 119+221+178=518 (68% of max value = 765). Red value is 119 (46.88% from 255 or 22.97% from 518); Green value is 221 (86.72% from 255 or 42.66% from 518); Blue value is 178 (69.92% from 255 or 34.36% from 518); Max value from RGB is 221 - color contains mainly: green. Hex color #77DDB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77DDB2 is #88224D. Grayscale: #B9B9B9. Windows color (decimal): -8921678 or 11722103. OLE color: 11722103.

HSL color Cylindrical-coordinate representation of color #77DDB2: hue angle of 154.71º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #77DDB2 is Cyan = 0.46, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.

Color convert

RGB 119 221 178 -
CMYK 0.46 0 0.19 0.13
HSL 154.71º 0.6% 0.67% -
HSV(B) 154.71º 0.46% 0.87% -
XYZ 41.5 58.85 51.29 -
YUV 185.6 123.71 80.5 -
System Red Green Blue C M Y K H S L
Decimal 119 221 178 0.46 0 0.19 0.13 154.71 0.6 0.67
Hex 77 DD B2 2E 0 13 D 9B 3C 43
Octal 167 335 262 56 0 23 15 233 74 103
Binary 1110111 11011101 10110010 101110 0 10011 1101 10011011 111100 1000011

Color Harmonies of #77DDB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77DDB2

Black with #77DDB2

Text Example


Text Example

White with #77DDB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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