#77F1C3

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

Shades of Aquamarine #77F1C3

Tints of Aquamarine #77F1C3

Color information

#77F1C3 (or 0x77F1C3) is unknown color: approx Aquamarine. HEX triplet: 77, F1 and C3. RGB value is (119,241,195). Sum of RGB (Red+Green+Blue) = 119+241+195=555 (73% of max value = 765). Red value is 119 (46.88% from 255 or 21.44% from 555); Green value is 241 (94.53% from 255 or 43.42% from 555); Blue value is 195 (76.56% from 255 or 35.14% from 555); Max value from RGB is 241 - color contains mainly: green. Hex color #77F1C3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #77F1C3 is #880E3C. Grayscale: #C7C7C7. Windows color (decimal): -8916541 or 12841335. OLE color: 12841335.

HSL color Cylindrical-coordinate representation of color #77F1C3: hue angle of 157.38º 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 #77F1C3 is Cyan = 0.51, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.05.

Color convert

RGB119241195-
CMYK0.5100.190.05
HSL157.38º81.33%70.59%-
HSV(B)157.38º50.62%94.51%-
XYZ48.9170.7762.71-
YUV199.28125.5870.74-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 21.44%
GREEN value IS 241 (94.53% from 255) = 43.42%
BLUE value IS 195 (76.56% from 255) = 35.14%
R=21.44%
G=43.42%
B=35.14%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1192411950.5100.190.05157.3881.3370.59
Hex77F1C33301359d5147
Octal167361303630235235121107
Binary111011111110001110000111100110100111011001110110100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77F1C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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