#77F9D3

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

Shades of Aquamarine #77F9D3

Tints of Aquamarine #77F9D3

Color information

#77F9D3 (or 0x77F9D3) is unknown color: approx Aquamarine. HEX triplet: 77, F9 and D3. RGB value is (119,249,211). Sum of RGB (Red+Green+Blue) = 119+249+211=579 (76% of max value = 765). Red value is 119 (46.88% from 255 or 20.55% from 579); Green value is 249 (97.66% from 255 or 43.01% from 579); Blue value is 211 (82.81% from 255 or 36.44% from 579); Max value from RGB is 249 - color contains mainly: green. Hex color #77F9D3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #77F9D3 is #88062C. Grayscale: #CDCDCD. Windows color (decimal): -8914477 or 13891959. OLE color: 13891959.

HSL color Cylindrical-coordinate representation of color #77F9D3: hue angle of 162.46º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #77F9D3 is Cyan = 0.52, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.02.

Color convert

RGB119249211-
CMYK0.5200.150.02
HSL162.46º91.55%72.16%-
HSV(B)162.46º52.21%97.65%-
XYZ53.2476.3873.56-
YUV205.8130.9366.09-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 20.55%
GREEN value IS 249 (97.66% from 255) = 43.01%
BLUE value IS 211 (82.81% from 255) = 36.44%
R=20.55%
G=43.01%
B=36.44%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1192492110.5200.150.02162.4691.5572.16
Hex77F9D3340F2a25c48
Octal167371323640172242134110
Binary1110111111110011101001111010001111101010001010111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77F9D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,249,211); }

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

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

 a { background-color: rgb(119,249,211); }

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

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

 span { border-color: rgb(119,249,211); }

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