Html Css Color HEX #77EBDB Aquamarine

📋 copy color: '#77EBDB'

red 119 ◦ green 235 ◦ blue 219

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

Shades of Aquamarine #77EBDB

Tints of Aquamarine #77EBDB

RGB

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

 GREEN value IS 235 (92.19% from 255) = 41.01%

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

R = 20.77%
G = 41.01%
B = 38.22%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#77EBDB (or 0x77EBDB) is known color: Aquamarine. HEX triplet: 77, EB and DB. RGB value is (119,235,219). Sum of RGB (Red+Green+Blue) = 119+235+219=573 (75% of max value = 765). Red value is 119 (46.88% from 255 or 20.77% from 573); Green value is 235 (92.19% from 255 or 41.01% from 573); Blue value is 219 (85.94% from 255 or 38.22% from 573); Max value from RGB is 235 - color contains mainly: green. Hex color #77EBDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #77EBDB is #881424. Grayscale: #C6C6C6. Windows color (decimal): -8918053 or 14412663. OLE color: 14412663.

HSL color Cylindrical-coordinate representation of color #77EBDB: hue angle of 171.72º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #77EBDB is Cyan = 0.49, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.

Color convert

RGB 119 235 219 -
CMYK 0.49 0 0.07 0.08
HSL 171.72º 0.74% 0.69% -
HSV(B) 171.72º 0.49% 0.92% -
XYZ 50.1 68.45 77.59 -
YUV 198.49 139.57 71.3 -
System Red Green Blue C M Y K H S L
Decimal 119 235 219 0.49 0 0.07 0.08 171.72 0.74 0.69
Hex 77 EB DB 31 0 7 8 AC 4A 45
Octal 167 353 333 61 0 7 10 254 112 105
Binary 1110111 11101011 11011011 110001 0 111 1000 10101100 1001010 1000101

Color Harmonies of #77EBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77EBDB

Black with #77EBDB

Text Example


Text Example

White with #77EBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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