Html Css Color HEX #77EDDB Aquamarine

📋 copy color: '#77EDDB'

red 119 ◦ green 237 ◦ blue 219

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

Shades of Aquamarine #77EDDB

Tints of Aquamarine #77EDDB

RGB

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

 GREEN value IS 237 (92.97% from 255) = 41.22%

 BLUE value IS 219 (85.94% from 255) = 38.09%

R = 20.7%
G = 41.22%
B = 38.09%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#77EDDB (or 0x77EDDB) is known color: Aquamarine. HEX triplet: 77, ED and DB. RGB value is (119,237,219). Sum of RGB (Red+Green+Blue) = 119+237+219=575 (76% of max value = 765). Red value is 119 (46.88% from 255 or 20.70% from 575); Green value is 237 (92.97% from 255 or 41.22% from 575); Blue value is 219 (85.94% from 255 or 38.09% from 575); Max value from RGB is 237 - color contains mainly: green. Hex color #77EDDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #77EDDB is #881224. Grayscale: #C7C7C7. Windows color (decimal): -8917541 or 14413175. OLE color: 14413175.

HSL color Cylindrical-coordinate representation of color #77EDDB: hue angle of 170.85º degrees, saturation: 0.77, 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 #77EDDB is Cyan = 0.50, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB 119 237 219 -
CMYK 0.50 0 0.08 0.07
HSL 170.85º 0.77% 0.7% -
HSV(B) 170.85º 0.5% 0.93% -
XYZ 50.68 69.6 77.78 -
YUV 199.67 138.91 70.46 -
System Red Green Blue C M Y K H S L
Decimal 119 237 219 0.50 0 0.08 0.07 170.85 0.77 0.7
Hex 77 ED DB 32 0 8 7 AB 4D 46
Octal 167 355 333 62 0 10 7 253 115 106
Binary 1110111 11101101 11011011 110010 0 1000 111 10101011 1001101 1000110

Color Harmonies of #77EDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77EDDB

Black with #77EDDB

Text Example


Text Example

White with #77EDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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