#77F2CC

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

Shades of Aquamarine #77F2CC

Tints of Aquamarine #77F2CC

Color information

#77F2CC (or 0x77F2CC) is unknown color: approx Aquamarine. HEX triplet: 77, F2 and CC. RGB value is (119,242,204). Sum of RGB (Red+Green+Blue) = 119+242+204=565 (74% of max value = 765). Red value is 119 (46.88% from 255 or 21.06% from 565); Green value is 242 (94.92% from 255 or 42.83% from 565); Blue value is 204 (80.08% from 255 or 36.11% from 565); Max value from RGB is 242 - color contains mainly: green. Hex color #77F2CC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #77F2CC is #880D33. Grayscale: #C8C8C8. Windows color (decimal): -8916276 or 13431415. OLE color: 13431415.

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

Color convert

RGB119242204-
CMYK0.5100.160.05
HSL161.46º82.55%70.78%-
HSV(B)161.46º50.83%94.9%-
XYZ50.2671.7968.33-
YUV200.89129.7569.59-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 21.06%
GREEN value IS 242 (94.92% from 255) = 42.83%
BLUE value IS 204 (80.08% from 255) = 36.11%
R=21.06%
G=42.83%
B=36.11%

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
Decimal1192422040.5100.160.05161.4682.5570.78
Hex77F2CC330105a15347
Octal167362314630205241123107
Binary111011111110010110011001100110100001011010000110100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77F2CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,242,204); }

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

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

 a { background-color: rgb(119,242,204); }

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

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

 span { border-color: rgb(119,242,204); }

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