Html Css Color HEX #77EFDB Aquamarine

📋 copy color: '#77EFDB'

red 119 ◦ green 239 ◦ blue 219

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

Shades of Aquamarine #77EFDB

Tints of Aquamarine #77EFDB

RGB

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

 GREEN value IS 239 (93.75% from 255) = 41.42%

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

R = 20.62%
G = 41.42%
B = 37.95%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#77EFDB (or 0x77EFDB) is known color: Aquamarine. HEX triplet: 77, EF and DB. RGB value is (119,239,219). Sum of RGB (Red+Green+Blue) = 119+239+219=577 (76% of max value = 765). Red value is 119 (46.88% from 255 or 20.62% from 577); Green value is 239 (93.75% from 255 or 41.42% from 577); Blue value is 219 (85.94% from 255 or 37.95% from 577); Max value from RGB is 239 - color contains mainly: green. Hex color #77EFDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #77EFDB is #881024. Grayscale: #C8C8C8. Windows color (decimal): -8917029 or 14413687. OLE color: 14413687.

HSL color Cylindrical-coordinate representation of color #77EFDB: hue angle of 170º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #77EFDB is Cyan = 0.50, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB 119 239 219 -
CMYK 0.50 0 0.08 0.06
HSL 170º 0.79% 0.7% -
HSV(B) 170º 0.5% 0.94% -
XYZ 51.26 70.77 77.98 -
YUV 200.84 138.24 69.63 -
System Red Green Blue C M Y K H S L
Decimal 119 239 219 0.50 0 0.08 0.06 170 0.79 0.7
Hex 77 EF DB 32 0 8 6 AA 4F 46
Octal 167 357 333 62 0 10 6 252 117 106
Binary 1110111 11101111 11011011 110010 0 1000 110 10101010 1001111 1000110

Color Harmonies of #77EFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77EFDB

Black with #77EFDB

Text Example


Text Example

White with #77EFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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