#77fbbb

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

Shades of Aquamarine #77FBBB

Tints of Aquamarine #77FBBB

Color information

#77FBBB (or 0x77FBBB) is unknown color: approx Aquamarine. HEX triplet: 77, FB and BB. RGB value is (119,251,187). Sum of RGB (Red+Green+Blue) = 119+251+187=557 (73% of max value = 765). Red value is 119 (46.88% from 255 or 21.36% from 557); Green value is 251 (98.44% from 255 or 45.06% from 557); Blue value is 187 (73.44% from 255 or 33.57% from 557); Max value from RGB is 251 - color contains mainly: green. Hex color #77FBBB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #77FBBB is #880444. Grayscale: #CCCCCC. Windows color (decimal): -8913989 or 12319607. OLE color: 12319607.

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

Color convert

RGB119251187-
CMYK0.5300.250.02
HSL150.91º94.29%72.55%-
HSV(B)150.91º52.59%98.43%-
XYZ51.0776.559.09-
YUV204.24118.2767.2-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 21.36%
GREEN value IS 251 (98.44% from 255) = 45.06%
BLUE value IS 187 (73.44% from 255) = 33.57%
R=21.36%
G=45.06%
B=33.57%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1192511870.5300.250.02150.9194.2972.55
Hex77FBBB350192975e49
Octal167373273650312227136111
Binary11101111111101110111011110101011001101001011110111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77fbbb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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