Html Css Color HEX #77F9AF Aquamarine

📋 copy color: '#77F9AF'

red 119 ◦ green 249 ◦ blue 175

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

Shades of Aquamarine #77F9AF

Tints of Aquamarine #77F9AF

RGB

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

 GREEN value IS 249 (97.66% from 255) = 45.86%

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

R = 21.92%
G = 45.86%
B = 32.23%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#77F9AF (or 0x77F9AF) is known color: Aquamarine. HEX triplet: 77, F9 and AF. RGB value is (119,249,175). Sum of RGB (Red+Green+Blue) = 119+249+175=543 (71% of max value = 765). Red value is 119 (46.88% from 255 or 21.92% from 543); Green value is 249 (97.66% from 255 or 45.86% from 543); Blue value is 175 (68.75% from 255 or 32.23% from 543); Max value from RGB is 249 - color contains mainly: green. Hex color #77F9AF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #77F9AF is #880650. Grayscale: #C9C9C9. Windows color (decimal): -8914513 or 11532663. OLE color: 11532663.

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

Color convert

RGB 119 249 175 -
CMYK 0.52 0 0.30 0.02
HSL 145.85º 0.92% 0.72% -
HSV(B) 145.85º 0.52% 0.98% -
XYZ 49.22 74.77 52.39 -
YUV 201.69 112.93 69.02 -
System Red Green Blue C M Y K H S L
Decimal 119 249 175 0.52 0 0.30 0.02 145.85 0.92 0.72
Hex 77 F9 AF 34 0 1E 2 92 5C 48
Octal 167 371 257 64 0 36 2 222 134 110
Binary 1110111 11111001 10101111 110100 0 11110 10 10010010 1011100 1001000

Color Harmonies of #77F9AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77F9AF

Black with #77F9AF

Text Example


Text Example

White with #77F9AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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