Html Css Color HEX #77F6AD Aquamarine

📋 copy color: '#77F6AD'

red 119 ◦ green 246 ◦ blue 173

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

Shades of Aquamarine #77F6AD

Tints of Aquamarine #77F6AD

RGB

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

 GREEN value IS 246 (96.48% from 255) = 45.72%

 BLUE value IS 173 (67.97% from 255) = 32.16%

R = 22.12%
G = 45.72%
B = 32.16%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.30

 K value IS 0.04

RGB Variations

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

Color information

#77F6AD (or 0x77F6AD) is known color: Aquamarine. HEX triplet: 77, F6 and AD. RGB value is (119,246,173). Sum of RGB (Red+Green+Blue) = 119+246+173=538 (71% of max value = 765). Red value is 119 (46.88% from 255 or 22.12% from 538); Green value is 246 (96.48% from 255 or 45.72% from 538); Blue value is 173 (67.97% from 255 or 32.16% from 538); Max value from RGB is 246 - color contains mainly: green. Hex color #77F6AD is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #77F6AD is #880952. Grayscale: #C7C7C7. Windows color (decimal): -8915283 or 11400823. OLE color: 11400823.

HSL color Cylindrical-coordinate representation of color #77F6AD: hue angle of 145.51º degrees, saturation: 0.88, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #77F6AD is Cyan = 0.52, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.04.

Color convert

RGB 119 246 173 -
CMYK 0.52 0 0.30 0.04
HSL 145.51º 0.88% 0.72% -
HSV(B) 145.51º 0.52% 0.96% -
XYZ 48.11 72.85 51.06 -
YUV 199.71 112.92 70.44 -
System Red Green Blue C M Y K H S L
Decimal 119 246 173 0.52 0 0.30 0.04 145.51 0.88 0.72
Hex 77 F6 AD 34 0 1E 4 92 58 48
Octal 167 366 255 64 0 36 4 222 130 110
Binary 1110111 11110110 10101101 110100 0 11110 100 10010010 1011000 1001000

Color Harmonies of #77F6AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77F6AD

Black with #77F6AD

Text Example


Text Example

White with #77F6AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,246,173); }

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

background-color css

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

 a { background-color: rgb(119,246,173); }

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

border-color css

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

 span { border-color: rgb(119,246,173); }

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