#77F8B3

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

Shades of Aquamarine #77F8B3

Tints of Aquamarine #77F8B3

Color information

#77F8B3 (or 0x77F8B3) is unknown color: approx Aquamarine. HEX triplet: 77, F8 and B3. RGB value is (119,248,179). Sum of RGB (Red+Green+Blue) = 119+248+179=546 (72% of max value = 765). Red value is 119 (46.88% from 255 or 21.79% from 546); Green value is 248 (97.27% from 255 or 45.42% from 546); Blue value is 179 (70.31% from 255 or 32.78% from 546); Max value from RGB is 248 - color contains mainly: green. Hex color #77F8B3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #77F8B3 is #88074C. Grayscale: #C9C9C9. Windows color (decimal): -8914765 or 11794551. OLE color: 11794551.

HSL color Cylindrical-coordinate representation of color #77F8B3: hue angle of 147.91º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #77F8B3 is Cyan = 0.52, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.03.

Color convert

RGB119248179-
CMYK0.5200.280.03
HSL147.91º90.21%71.96%-
HSV(B)147.91º52.02%97.25%-
XYZ49.3174.3154.39-
YUV201.56115.2669.11-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 21.79%
GREEN value IS 248 (97.27% from 255) = 45.42%
BLUE value IS 179 (70.31% from 255) = 32.78%
R=21.79%
G=45.42%
B=32.78%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1192481790.5200.280.03147.9190.2171.96
Hex77F8B33401C3945a48
Octal167370263640343224132110
Binary11101111111100010110011110100011100111001010010110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77F8B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,248,179); }

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

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

 a { background-color: rgb(119,248,179); }

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

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

 span { border-color: rgb(119,248,179); }

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