#77F7BD

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

Shades of Aquamarine #77F7BD

Tints of Aquamarine #77F7BD

Color information

#77F7BD (or 0x77F7BD) is unknown color: approx Aquamarine. HEX triplet: 77, F7 and BD. RGB value is (119,247,189). Sum of RGB (Red+Green+Blue) = 119+247+189=555 (73% of max value = 765). Red value is 119 (46.88% from 255 or 21.44% from 555); Green value is 247 (96.88% from 255 or 44.50% from 555); Blue value is 189 (74.22% from 255 or 34.05% from 555); Max value from RGB is 247 - color contains mainly: green. Hex color #77F7BD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #77F7BD is #880842. Grayscale: #CACACA. Windows color (decimal): -8915011 or 12449655. OLE color: 12449655.

HSL color Cylindrical-coordinate representation of color #77F7BD: hue angle of 152.81º degrees, saturation: 0.89, 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 #77F7BD is Cyan = 0.52, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.03.

Color convert

RGB119247189-
CMYK0.5200.230.03
HSL152.81º88.89%71.76%-
HSV(B)152.81º51.82%96.86%-
XYZ50.0574.1259.81-
YUV202.12120.5968.72-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 21.44%
GREEN value IS 247 (96.88% from 255) = 44.50%
BLUE value IS 189 (74.22% from 255) = 34.05%
R=21.44%
G=44.50%
B=34.05%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1192471890.5200.230.03152.8188.8971.76
Hex77F7BD340173995948
Octal167367275640273231131110
Binary11101111111011110111101110100010111111001100110110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77F7BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,247,189); }

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

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

 a { background-color: rgb(119,247,189); }

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

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

 span { border-color: rgb(119,247,189); }

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