#78EACB

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

Shades of Aquamarine #78EACB

Tints of Aquamarine #78EACB

Color information

#78EACB (or 0x78EACB) is unknown color: approx Aquamarine. HEX triplet: 78, EA and CB. RGB value is (120,234,203). Sum of RGB (Red+Green+Blue) = 120+234+203=557 (73% of max value = 765). Red value is 120 (47.27% from 255 or 21.54% from 557); Green value is 234 (91.80% from 255 or 42.01% from 557); Blue value is 203 (79.69% from 255 or 36.45% from 557); Max value from RGB is 234 - color contains mainly: green. Hex color #78EACB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #78EACB is #871534. Grayscale: #C4C4C4. Windows color (decimal): -8852789 or 13363832. OLE color: 13363832.

HSL color Cylindrical-coordinate representation of color #78EACB: hue angle of 163.68º degrees, saturation: 0.73, 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 #78EACB is Cyan = 0.49, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.

Color convert

RGB120234203-
CMYK0.4900.130.08
HSL163.68º73.08%69.41%-
HSV(B)163.68º48.72%91.76%-
XYZ47.9567.1566.93-
YUV196.38131.7373.52-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 21.54%
GREEN value IS 234 (91.80% from 255) = 42.01%
BLUE value IS 203 (79.69% from 255) = 36.45%
R=21.54%
G=42.01%
B=36.45%

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
Decimal1202342030.4900.130.08163.6873.0869.41
Hex78EACB310D8a44945
Octal1703523136101510244111105
Binary111100011101010110010111100010110110001010010010010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78EACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78EACB; }

 p { color: rgb(120,234,203); }

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

<style>
 a { background-color: #78EACB; }

 a { background-color: rgb(120,234,203); }

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

<style>
 span { border-color: #78EACB; }

 span { border-color: rgb(120,234,203); }

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