#77EEC1

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

Shades of Aquamarine #77EEC1

Tints of Aquamarine #77EEC1

Color information

#77EEC1 (or 0x77EEC1) is unknown color: approx Aquamarine. HEX triplet: 77, EE and C1. RGB value is (119,238,193). Sum of RGB (Red+Green+Blue) = 119+238+193=550 (72% of max value = 765). Red value is 119 (46.88% from 255 or 21.64% from 550); Green value is 238 (93.36% from 255 or 43.27% from 550); Blue value is 193 (75.78% from 255 or 35.09% from 550); Max value from RGB is 238 - color contains mainly: green. Hex color #77EEC1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #77EEC1 is #88113E. Grayscale: #C5C5C5. Windows color (decimal): -8917311 or 12709495. OLE color: 12709495.

HSL color Cylindrical-coordinate representation of color #77EEC1: hue angle of 157.31º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #77EEC1 is Cyan = 0.50, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB119238193-
CMYK0.5000.190.07
HSL157.31º77.78%70%-
HSV(B)157.31º50%93.33%-
XYZ47.8168.9261.24-
YUV197.29125.5872.16-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 21.64%
GREEN value IS 238 (93.36% from 255) = 43.27%
BLUE value IS 193 (75.78% from 255) = 35.09%
R=21.64%
G=43.27%
B=35.09%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1192381930.5000.190.07157.3177.7870
Hex77EEC13201379d4e46
Octal167356301620237235116106
Binary111011111101110110000011100100100111111001110110011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77EEC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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