#78EBCB

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

Shades of Aquamarine #78EBCB

Tints of Aquamarine #78EBCB

Color information

#78EBCB (or 0x78EBCB) is unknown color: approx Aquamarine. HEX triplet: 78, EB and CB. RGB value is (120,235,203). Sum of RGB (Red+Green+Blue) = 120+235+203=558 (73% of max value = 765). Red value is 120 (47.27% from 255 or 21.51% from 558); Green value is 235 (92.19% from 255 or 42.11% from 558); Blue value is 203 (79.69% from 255 or 36.38% from 558); Max value from RGB is 235 - color contains mainly: green. Hex color #78EBCB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #78EBCB is #871434. Grayscale: #C4C4C4. Windows color (decimal): -8852533 or 13364088. OLE color: 13364088.

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

Color convert

RGB120235203-
CMYK0.4900.140.08
HSL163.3º74.19%69.61%-
HSV(B)163.3º48.94%92.16%-
XYZ48.2367.7267.03-
YUV196.97131.473.1-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 21.51%
GREEN value IS 235 (92.19% from 255) = 42.11%
BLUE value IS 203 (79.69% from 255) = 36.38%
R=21.51%
G=42.11%
B=36.38%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1202352030.4900.140.08163.374.1969.61
Hex78EBCB310E8a34a46
Octal1703533136101610243112106
Binary111100011101011110010111100010111010001010001110010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78EBCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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