Html Css Color HEX #77FAB0 Aquamarine

📋 copy color: '#77FAB0'

red 119 ◦ green 250 ◦ blue 176

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

Shades of Aquamarine #77FAB0

Tints of Aquamarine #77FAB0

RGB

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

 GREEN value IS 250 (98.05% from 255) = 45.87%

 BLUE value IS 176 (69.14% from 255) = 32.29%

R = 21.83%
G = 45.87%
B = 32.29%

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

#77FAB0 (or 0x77FAB0) is known color: Aquamarine. HEX triplet: 77, FA and B0. RGB value is (119,250,176). Sum of RGB (Red+Green+Blue) = 119+250+176=545 (72% of max value = 765). Red value is 119 (46.88% from 255 or 21.83% from 545); Green value is 250 (98.05% from 255 or 45.87% from 545); Blue value is 176 (69.14% from 255 or 32.29% from 545); Max value from RGB is 250 - color contains mainly: green. Hex color #77FAB0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #77FAB0 is #88054F. Grayscale: #CACACA. Windows color (decimal): -8914256 or 11598455. OLE color: 11598455.

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

Color convert

RGB 119 250 176 -
CMYK 0.52 0 0.30 0.02
HSL 146.11º 0.93% 0.72% -
HSV(B) 146.11º 0.52% 0.98% -
XYZ 49.63 75.43 53.02 -
YUV 202.4 113.1 68.52 -
System Red Green Blue C M Y K H S L
Decimal 119 250 176 0.52 0 0.30 0.02 146.11 0.93 0.72
Hex 77 FA B0 34 0 1E 2 92 5D 48
Octal 167 372 260 64 0 36 2 222 135 110
Binary 1110111 11111010 10110000 110100 0 11110 10 10010010 1011101 1001000

Color Harmonies of #77FAB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77FAB0

Black with #77FAB0

Text Example


Text Example

White with #77FAB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,250,176); }

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

background-color css

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

 a { background-color: rgb(119,250,176); }

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

border-color css

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

 span { border-color: rgb(119,250,176); }

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