#77FFC1

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

Shades of Aquamarine #77FFC1

Tints of Aquamarine #77FFC1

Color information

#77FFC1 (or 0x77FFC1) is unknown color: approx Aquamarine. HEX triplet: 77, FF and C1. RGB value is (119,255,193). Sum of RGB (Red+Green+Blue) = 119+255+193=567 (75% of max value = 765). Red value is 119 (46.88% from 255 or 20.99% from 567); Green value is 255 (100% from 255 or 44.97% from 567); Blue value is 193 (75.78% from 255 or 34.04% from 567); Max value from RGB is 255 - color contains mainly: green. Hex color #77FFC1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #77FFC1 is #88003E. Grayscale: #CFCFCF. Windows color (decimal): -8912959 or 12713847. OLE color: 12713847.

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

Color convert

RGB119255193-
CMYK0.5300.240
HSL152.65º100%73.33%-
HSV(B)152.65º53.33%100%-
XYZ52.9979.2962.96-
YUV207.27119.9465.04-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 20.99%
GREEN value IS 255 (100% from 255) = 44.97%
BLUE value IS 193 (75.78% from 255) = 34.04%
R=20.99%
G=44.97%
B=34.04%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1192551930.5300.240152.6510073.33
Hex77FFC1350180996449
Octal167377301650300231144111
Binary1110111111111111100000111010101100001001100111001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77FFC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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