#77FBE7

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

Shades of Aquamarine #77FBE7

Tints of Aquamarine #77FBE7

Color information

#77FBE7 (or 0x77FBE7) is unknown color: approx Aquamarine. HEX triplet: 77, FB and E7. RGB value is (119,251,231). Sum of RGB (Red+Green+Blue) = 119+251+231=601 (79% of max value = 765). Red value is 119 (46.88% from 255 or 19.80% from 601); Green value is 251 (98.44% from 255 or 41.76% from 601); Blue value is 231 (90.62% from 255 or 38.44% from 601); Max value from RGB is 251 - color contains mainly: green. Hex color #77FBE7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #77FBE7 is #880418. Grayscale: #D1D1D1. Windows color (decimal): -8913945 or 15203191. OLE color: 15203191.

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

Color convert

RGB119251231-
CMYK0.5300.080.02
HSL170.91º94.29%72.55%-
HSV(B)170.91º52.59%98.43%-
XYZ56.5378.6987.81-
YUV209.25140.2763.63-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 19.80%
GREEN value IS 251 (98.44% from 255) = 41.76%
BLUE value IS 231 (90.62% from 255) = 38.44%
R=19.80%
G=41.76%
B=38.44%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1192512310.5300.080.02170.9194.2972.55
Hex77FBE735082ab5e49
Octal167373347650102253136111
Binary1110111111110111110011111010101000101010101110111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77FBE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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