#77FFE6

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

Shades of Aquamarine #77FFE6

Tints of Aquamarine #77FFE6

Color information

#77FFE6 (or 0x77FFE6) is unknown color: approx Aquamarine. HEX triplet: 77, FF and E6. RGB value is (119,255,230). Sum of RGB (Red+Green+Blue) = 119+255+230=604 (80% of max value = 765). Red value is 119 (46.88% from 255 or 19.70% from 604); Green value is 255 (100% from 255 or 42.22% from 604); Blue value is 230 (90.23% from 255 or 38.08% from 604); Max value from RGB is 255 - color contains mainly: green. Hex color #77FFE6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #77FFE6 is #880019. Grayscale: #D3D3D3. Windows color (decimal): -8912922 or 15138679. OLE color: 15138679.

HSL color Cylindrical-coordinate representation of color #77FFE6: hue angle of 168.97º 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 #77FFE6 is Cyan = 0.53, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.

Color convert

RGB119255230-
CMYK0.5300.100
HSL168.97º100%73.33%-
HSV(B)168.97º53.33%100%-
XYZ57.6581.1687.49-
YUV211.49138.4462.03-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 19.70%
GREEN value IS 255 (100% from 255) = 42.22%
BLUE value IS 230 (90.23% from 255) = 38.08%
R=19.70%
G=42.22%
B=38.08%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1192552300.5300.100168.9710073.33
Hex77FFE6350A0a96449
Octal167377346650120251144111
Binary111011111111111111001101101010101001010100111001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77FFE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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