Html Css Color HEX #77FFBF Aquamarine

📋 copy color: '#77FFBF'

red 119 ◦ green 255 ◦ blue 191

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

Shades of Aquamarine #77FFBF

Tints of Aquamarine #77FFBF

RGB

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

 GREEN value IS 255 (100% from 255) = 45.13%

 BLUE value IS 191 (75% from 255) = 33.81%

R = 21.06%
G = 45.13%
B = 33.81%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.25

 K value IS 0

RGB Variations

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

Color information

#77FFBF (or 0x77FFBF) is known color: Aquamarine. HEX triplet: 77, FF and BF. RGB value is (119,255,191). Sum of RGB (Red+Green+Blue) = 119+255+191=565 (74% of max value = 765). Red value is 119 (46.88% from 255 or 21.06% from 565); Green value is 255 (100% from 255 or 45.13% from 565); Blue value is 191 (75% from 255 or 33.81% from 565); Max value from RGB is 255 - color contains mainly: green. Hex color #77FFBF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #77FFBF is #880040. Grayscale: #CFCFCF. Windows color (decimal): -8912961 or 12582775. OLE color: 12582775.

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

Color convert

RGB 119 255 191 -
CMYK 0.53 0 0.25 0
HSL 151.76º 1% 0.73% -
HSV(B) 151.76º 0.53% 1% -
XYZ 52.77 79.2 61.8 -
YUV 207.04 118.94 65.2 -
System Red Green Blue C M Y K H S L
Decimal 119 255 191 0.53 0 0.25 0 151.76 1 0.73
Hex 77 FF BF 35 0 19 0 98 64 49
Octal 167 377 277 65 0 31 0 230 144 111
Binary 1110111 11111111 10111111 110101 0 11001 0 10011000 1100100 1001001

Color Harmonies of #77FFBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77FFBF

Black with #77FFBF

Text Example


Text Example

White with #77FFBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,255,191); }

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

background-color css

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

 a { background-color: rgb(119,255,191); }

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

border-color css

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

 span { border-color: rgb(119,255,191); }

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