Html Css Color HEX #77E9DA Aquamarine

📋 copy color: '#77E9DA'

red 119 ◦ green 233 ◦ blue 218

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

Shades of Aquamarine #77E9DA

Tints of Aquamarine #77E9DA

RGB

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

 GREEN value IS 233 (91.41% from 255) = 40.88%

 BLUE value IS 218 (85.55% from 255) = 38.25%

R = 20.88%
G = 40.88%
B = 38.25%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#77E9DA (or 0x77E9DA) is known color: Aquamarine. HEX triplet: 77, E9 and DA. RGB value is (119,233,218). Sum of RGB (Red+Green+Blue) = 119+233+218=570 (75% of max value = 765). Red value is 119 (46.88% from 255 or 20.88% from 570); Green value is 233 (91.41% from 255 or 40.88% from 570); Blue value is 218 (85.55% from 255 or 38.25% from 570); Max value from RGB is 233 - color contains mainly: green. Hex color #77E9DA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #77E9DA is #881625. Grayscale: #C5C5C5. Windows color (decimal): -8918566 or 14346615. OLE color: 14346615.

HSL color Cylindrical-coordinate representation of color #77E9DA: hue angle of 172.11º degrees, saturation: 0.72, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #77E9DA is Cyan = 0.49, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB 119 233 218 -
CMYK 0.49 0 0.06 0.09
HSL 172.11º 0.72% 0.69% -
HSV(B) 172.11º 0.49% 0.91% -
XYZ 49.4 67.26 76.71 -
YUV 197.2 139.73 72.22 -
System Red Green Blue C M Y K H S L
Decimal 119 233 218 0.49 0 0.06 0.09 172.11 0.72 0.69
Hex 77 E9 DA 31 0 6 9 AC 48 45
Octal 167 351 332 61 0 6 11 254 110 105
Binary 1110111 11101001 11011010 110001 0 110 1001 10101100 1001000 1000101

Color Harmonies of #77E9DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77E9DA

Black with #77E9DA

Text Example


Text Example

White with #77E9DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,233,218); }

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

background-color css

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

 a { background-color: rgb(119,233,218); }

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

border-color css

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

 span { border-color: rgb(119,233,218); }

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