#77EBCC

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

Shades of Aquamarine #77EBCC

Tints of Aquamarine #77EBCC

Color information

#77EBCC (or 0x77EBCC) is unknown color: approx Aquamarine. HEX triplet: 77, EB and CC. RGB value is (119,235,204). Sum of RGB (Red+Green+Blue) = 119+235+204=558 (73% of max value = 765). Red value is 119 (46.88% from 255 or 21.33% from 558); Green value is 235 (92.19% from 255 or 42.11% from 558); Blue value is 204 (80.08% from 255 or 36.56% from 558); Max value from RGB is 235 - color contains mainly: green. Hex color #77EBCC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #77EBCC is #881433. Grayscale: #C4C4C4. Windows color (decimal): -8918068 or 13429623. OLE color: 13429623.

HSL color Cylindrical-coordinate representation of color #77EBCC: hue angle of 163.97º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #77EBCC is Cyan = 0.49, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.

Color convert

RGB119235204-
CMYK0.4900.130.08
HSL163.97º74.36%69.41%-
HSV(B)163.97º49.36%92.16%-
XYZ48.2267.767.65-
YUV196.78132.0772.52-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 21.33%
GREEN value IS 235 (92.19% from 255) = 42.11%
BLUE value IS 204 (80.08% from 255) = 36.56%
R=21.33%
G=42.11%
B=36.56%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1192352040.4900.130.08163.9774.3669.41
Hex77EBCC310D8a44a45
Octal1673533146101510244112105
Binary111011111101011110011001100010110110001010010010010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77EBCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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