Html Css Color HEX #77F9B4 Aquamarine

📋 copy color: '#77F9B4'

red 119 ◦ green 249 ◦ blue 180

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

Shades of Aquamarine #77F9B4

Tints of Aquamarine #77F9B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 32.85%

R = 21.72%
G = 45.44%
B = 32.85%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.28

 K value IS 0.02

RGB Variations

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

Color information

#77F9B4 (or 0x77F9B4) is known color: Aquamarine. HEX triplet: 77, F9 and B4. RGB value is (119,249,180). Sum of RGB (Red+Green+Blue) = 119+249+180=548 (72% of max value = 765). Red value is 119 (46.88% from 255 or 21.72% from 548); Green value is 249 (97.66% from 255 or 45.44% from 548); Blue value is 180 (70.70% from 255 or 32.85% from 548); Max value from RGB is 249 - color contains mainly: green. Hex color #77F9B4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #77F9B4 is #88064B. Grayscale: #CACACA. Windows color (decimal): -8914508 or 11860343. OLE color: 11860343.

HSL color Cylindrical-coordinate representation of color #77F9B4: hue angle of 148.15º 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 #77F9B4 is Cyan = 0.52, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.02.

Color convert

RGB 119 249 180 -
CMYK 0.52 0 0.28 0.02
HSL 148.15º 0.92% 0.72% -
HSV(B) 148.15º 0.52% 0.98% -
XYZ 49.72 74.97 55.03 -
YUV 202.26 115.43 68.61 -
System Red Green Blue C M Y K H S L
Decimal 119 249 180 0.52 0 0.28 0.02 148.15 0.92 0.72
Hex 77 F9 B4 34 0 1C 2 94 5C 48
Octal 167 371 264 64 0 34 2 224 134 110
Binary 1110111 11111001 10110100 110100 0 11100 10 10010100 1011100 1001000

Color Harmonies of #77F9B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77F9B4

Black with #77F9B4

Text Example


Text Example

White with #77F9B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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