#77F1DE

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

Shades of Aquamarine #77F1DE

Tints of Aquamarine #77F1DE

Color information

#77F1DE (or 0x77F1DE) is unknown color: approx Aquamarine. HEX triplet: 77, F1 and DE. RGB value is (119,241,222). Sum of RGB (Red+Green+Blue) = 119+241+222=582 (77% of max value = 765). Red value is 119 (46.88% from 255 or 20.45% from 582); Green value is 241 (94.53% from 255 or 41.41% from 582); Blue value is 222 (87.11% from 255 or 38.14% from 582); Max value from RGB is 241 - color contains mainly: green. Hex color #77F1DE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #77F1DE is #880E21. Grayscale: #CACACA. Windows color (decimal): -8916514 or 14610807. OLE color: 14610807.

HSL color Cylindrical-coordinate representation of color #77F1DE: hue angle of 170.66º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #77F1DE is Cyan = 0.51, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.

Color convert

RGB119241222-
CMYK0.5100.080.05
HSL170.66º81.33%70.59%-
HSV(B)170.66º50.62%94.51%-
XYZ52.2572.1180.27-
YUV202.36139.0868.54-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 20.45%
GREEN value IS 241 (94.53% from 255) = 41.41%
BLUE value IS 222 (87.11% from 255) = 38.14%
R=20.45%
G=41.41%
B=38.14%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1192412220.5100.080.05170.6681.3370.59
Hex77F1DE33085ab5147
Octal167361336630105253121107
Binary11101111111000111011110110011010001011010101110100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77F1DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,241,222); }

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

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

 a { background-color: rgb(119,241,222); }

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

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

 span { border-color: rgb(119,241,222); }

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