Html Css Color HEX #77F3AF Aquamarine

📋 copy color: '#77F3AF'

red 119 ◦ green 243 ◦ blue 175

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

Shades of Aquamarine #77F3AF

Tints of Aquamarine #77F3AF

RGB

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

 GREEN value IS 243 (95.31% from 255) = 45.25%

 BLUE value IS 175 (68.75% from 255) = 32.59%

R = 22.16%
G = 45.25%
B = 32.59%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.28

 K value IS 0.05

RGB Variations

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

Color information

#77F3AF (or 0x77F3AF) is known color: Aquamarine. HEX triplet: 77, F3 and AF. RGB value is (119,243,175). Sum of RGB (Red+Green+Blue) = 119+243+175=537 (71% of max value = 765). Red value is 119 (46.88% from 255 or 22.16% from 537); Green value is 243 (95.31% from 255 or 45.25% from 537); Blue value is 175 (68.75% from 255 or 32.59% from 537); Max value from RGB is 243 - color contains mainly: green. Hex color #77F3AF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #77F3AF is #880C50. Grayscale: #C6C6C6. Windows color (decimal): -8916049 or 11531127. OLE color: 11531127.

HSL color Cylindrical-coordinate representation of color #77F3AF: hue angle of 147.1º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #77F3AF is Cyan = 0.51, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.05.

Color convert

RGB 119 243 175 -
CMYK 0.51 0 0.28 0.05
HSL 147.1º 0.84% 0.71% -
HSV(B) 147.1º 0.51% 0.95% -
XYZ 47.4 71.12 51.79 -
YUV 198.17 114.92 71.53 -
System Red Green Blue C M Y K H S L
Decimal 119 243 175 0.51 0 0.28 0.05 147.1 0.84 0.71
Hex 77 F3 AF 33 0 1C 5 93 54 47
Octal 167 363 257 63 0 34 5 223 124 107
Binary 1110111 11110011 10101111 110011 0 11100 101 10010011 1010100 1000111

Color Harmonies of #77F3AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77F3AF

Black with #77F3AF

Text Example


Text Example

White with #77F3AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,243,175); }

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

background-color css

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

 a { background-color: rgb(119,243,175); }

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

border-color css

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

 span { border-color: rgb(119,243,175); }

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