#77FFB5

Color #77FFB5 Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Aquamarine #77FFB5

Tints of Aquamarine #77FFB5

Color information

#77FFB5 (or 0x77FFB5) is unknown color: approx Aquamarine. HEX triplet: 77, FF and B5. RGB value is (119,255,181). Sum of RGB (Red+Green+Blue) = 119+255+181=555 (73% of max value = 765). Red value is 119 (46.88% from 255 or 21.44% from 555); Green value is 255 (100% from 255 or 45.95% from 555); Blue value is 181 (71.09% from 255 or 32.61% from 555); Max value from RGB is 255 - color contains mainly: green. Hex color #77FFB5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #77FFB5 is #88004A. Grayscale: #CECECE. Windows color (decimal): -8912971 or 11927415. OLE color: 11927415.

HSL color Cylindrical-coordinate representation of color #77FFB5: hue angle of 147.35º 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 #77FFB5 is Cyan = 0.53, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.

Color convert

RGB119255181-
CMYK0.5300.290
HSL147.35º100%73.33%-
HSV(B)147.35º53.33%100%-
XYZ51.7178.7856.2-
YUV205.9113.9466.02-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 21.44%
GREEN value IS 255 (100% from 255) = 45.95%
BLUE value IS 181 (71.09% from 255) = 32.61%
R=21.44%
G=45.95%
B=32.61%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1192551810.5300.290147.3510073.33
Hex77FFB53501D0936449
Octal167377265650350223144111
Binary1110111111111111011010111010101110101001001111001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77FFB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #77FFB5;
 }
 .AnyTagClassName
 {
   color: #77FFB5;
 }
</style>
background-color css

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

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

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

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

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

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