Html Css Color HEX #77FBAB Aquamarine

📋 copy color: '#77FBAB'

red 119 ◦ green 251 ◦ blue 171

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

Shades of Aquamarine #77FBAB

Tints of Aquamarine #77FBAB

RGB

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

 GREEN value IS 251 (98.44% from 255) = 46.4%

 BLUE value IS 171 (67.19% from 255) = 31.61%

R = 22%
G = 46.4%
B = 31.61%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#77FBAB (or 0x77FBAB) is known color: Aquamarine. HEX triplet: 77, FB and AB. RGB value is (119,251,171). Sum of RGB (Red+Green+Blue) = 119+251+171=541 (71% of max value = 765). Red value is 119 (46.88% from 255 or 22.00% from 541); Green value is 251 (98.44% from 255 or 46.40% from 541); Blue value is 171 (67.19% from 255 or 31.61% from 541); Max value from RGB is 251 - color contains mainly: green. Hex color #77FBAB is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #77FBAB is #880454. Grayscale: #CACACA. Windows color (decimal): -8914005 or 11271031. OLE color: 11271031.

HSL color Cylindrical-coordinate representation of color #77FBAB: hue angle of 143.64º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #77FBAB is Cyan = 0.53, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.

Color convert

RGB 119 251 171 -
CMYK 0.53 0 0.32 0.02
HSL 143.64º 0.94% 0.73% -
HSV(B) 143.64º 0.53% 0.98% -
XYZ 49.46 75.86 50.56 -
YUV 202.41 110.27 68.5 -
System Red Green Blue C M Y K H S L
Decimal 119 251 171 0.53 0 0.32 0.02 143.64 0.94 0.73
Hex 77 FB AB 35 0 20 2 90 5E 49
Octal 167 373 253 65 0 40 2 220 136 111
Binary 1110111 11111011 10101011 110101 0 100000 10 10010000 1011110 1001001

Color Harmonies of #77FBAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77FBAB

Black with #77FBAB

Text Example


Text Example

White with #77FBAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,251,171); }

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

background-color css

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

 a { background-color: rgb(119,251,171); }

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

border-color css

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

 span { border-color: rgb(119,251,171); }

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