#77FDC1

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

Shades of Aquamarine #77FDC1

Tints of Aquamarine #77FDC1

Color information

#77FDC1 (or 0x77FDC1) is unknown color: approx Aquamarine. HEX triplet: 77, FD and C1. RGB value is (119,253,193). Sum of RGB (Red+Green+Blue) = 119+253+193=565 (74% of max value = 765). Red value is 119 (46.88% from 255 or 21.06% from 565); Green value is 253 (99.22% from 255 or 44.78% from 565); Blue value is 193 (75.78% from 255 or 34.16% from 565); Max value from RGB is 253 - color contains mainly: green. Hex color #77FDC1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #77FDC1 is #88023E. Grayscale: #CECECE. Windows color (decimal): -8913471 or 12713335. OLE color: 12713335.

HSL color Cylindrical-coordinate representation of color #77FDC1: hue angle of 153.13º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #77FDC1 is Cyan = 0.53, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.01.

Color convert

RGB119253193-
CMYK0.5300.240.01
HSL153.13º97.1%72.94%-
HSV(B)153.13º52.96%99.22%-
XYZ52.3678.0262.75-
YUV206.09120.6165.88-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 21.06%
GREEN value IS 253 (99.22% from 255) = 44.78%
BLUE value IS 193 (75.78% from 255) = 34.16%
R=21.06%
G=44.78%
B=34.16%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1192531930.5300.240.01153.1397.172.94
Hex77FDC1350181996149
Octal167375301650301231141111
Binary1110111111111011100000111010101100011001100111000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77FDC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,253,193); }

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

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

 a { background-color: rgb(119,253,193); }

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

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

 span { border-color: rgb(119,253,193); }

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