Html Css Color HEX #77EEDD Aquamarine

📋 copy color: '#77EEDD'

red 119 ◦ green 238 ◦ blue 221

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

Shades of Aquamarine #77EEDD

Tints of Aquamarine #77EEDD

RGB

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

 GREEN value IS 238 (93.36% from 255) = 41.18%

 BLUE value IS 221 (86.72% from 255) = 38.24%

R = 20.59%
G = 41.18%
B = 38.24%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#77EEDD (or 0x77EEDD) is known color: Aquamarine. HEX triplet: 77, EE and DD. RGB value is (119,238,221). Sum of RGB (Red+Green+Blue) = 119+238+221=578 (76% of max value = 765). Red value is 119 (46.88% from 255 or 20.59% from 578); Green value is 238 (93.36% from 255 or 41.18% from 578); Blue value is 221 (86.72% from 255 or 38.24% from 578); Max value from RGB is 238 - color contains mainly: green. Hex color #77EEDD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #77EEDD is #881122. Grayscale: #C8C8C8. Windows color (decimal): -8917283 or 14544503. OLE color: 14544503.

HSL color Cylindrical-coordinate representation of color #77EEDD: hue angle of 171.43º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #77EEDD is Cyan = 0.50, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB 119 238 221 -
CMYK 0.50 0 0.07 0.07
HSL 171.43º 0.78% 0.7% -
HSV(B) 171.43º 0.5% 0.93% -
XYZ 51.23 70.29 79.27 -
YUV 200.48 139.58 69.88 -
System Red Green Blue C M Y K H S L
Decimal 119 238 221 0.50 0 0.07 0.07 171.43 0.78 0.7
Hex 77 EE DD 32 0 7 7 AB 4E 46
Octal 167 356 335 62 0 7 7 253 116 106
Binary 1110111 11101110 11011101 110010 0 111 111 10101011 1001110 1000110

Color Harmonies of #77EEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77EEDD

Black with #77EEDD

Text Example


Text Example

White with #77EEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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