#77F1CA

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

Shades of Aquamarine #77F1CA

Tints of Aquamarine #77F1CA

Color information

#77F1CA (or 0x77F1CA) is unknown color: approx Aquamarine. HEX triplet: 77, F1 and CA. RGB value is (119,241,202). Sum of RGB (Red+Green+Blue) = 119+241+202=562 (74% of max value = 765). Red value is 119 (46.88% from 255 or 21.17% from 562); Green value is 241 (94.53% from 255 or 42.88% from 562); Blue value is 202 (79.30% from 255 or 35.94% from 562); Max value from RGB is 241 - color contains mainly: green. Hex color #77F1CA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #77F1CA is #880E35. Grayscale: #C8C8C8. Windows color (decimal): -8916534 or 13300087. OLE color: 13300087.

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

Color convert

RGB119241202-
CMYK0.5100.160.05
HSL160.82º81.33%70.59%-
HSV(B)160.82º50.62%94.51%-
XYZ49.7271.166.98-
YUV200.08129.0870.17-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 21.17%
GREEN value IS 241 (94.53% from 255) = 42.88%
BLUE value IS 202 (79.30% from 255) = 35.94%
R=21.17%
G=42.88%
B=35.94%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1192412020.5100.160.05160.8281.3370.59
Hex77F1CA330105a15147
Octal167361312630205241121107
Binary111011111110001110010101100110100001011010000110100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77F1CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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