Html Css Color HEX #77FAB5 Aquamarine

📋 copy color: '#77FAB5'

red 119 ◦ green 250 ◦ blue 181

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

Shades of Aquamarine #77FAB5

Tints of Aquamarine #77FAB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 32.91%

R = 21.64%
G = 45.45%
B = 32.91%

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

#77FAB5 (or 0x77FAB5) is known color: Aquamarine. HEX triplet: 77, FA and B5. RGB value is (119,250,181). Sum of RGB (Red+Green+Blue) = 119+250+181=550 (72% of max value = 765). Red value is 119 (46.88% from 255 or 21.64% from 550); Green value is 250 (98.05% from 255 or 45.45% from 550); Blue value is 181 (71.09% from 255 or 32.91% from 550); Max value from RGB is 250 - color contains mainly: green. Hex color #77FAB5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #77FAB5 is #88054A. Grayscale: #CBCBCB. Windows color (decimal): -8914251 or 11926135. OLE color: 11926135.

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

Color convert

RGB 119 250 181 -
CMYK 0.52 0 0.28 0.02
HSL 148.4º 0.93% 0.72% -
HSV(B) 148.4º 0.52% 0.98% -
XYZ 50.13 75.63 55.67 -
YUV 202.97 115.6 68.11 -
System Red Green Blue C M Y K H S L
Decimal 119 250 181 0.52 0 0.28 0.02 148.4 0.93 0.72
Hex 77 FA B5 34 0 1C 2 94 5D 48
Octal 167 372 265 64 0 34 2 224 135 110
Binary 1110111 11111010 10110101 110100 0 11100 10 10010100 1011101 1001000

Color Harmonies of #77FAB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77FAB5

Black with #77FAB5

Text Example


Text Example

White with #77FAB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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