#78EEBC

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

Shades of Aquamarine #78EEBC

Tints of Aquamarine #78EEBC

Color information

#78EEBC (or 0x78EEBC) is unknown color: approx Aquamarine. HEX triplet: 78, EE and BC. RGB value is (120,238,188). Sum of RGB (Red+Green+Blue) = 120+238+188=546 (72% of max value = 765). Red value is 120 (47.27% from 255 or 21.98% from 546); Green value is 238 (93.36% from 255 or 43.59% from 546); Blue value is 188 (73.83% from 255 or 34.43% from 546); Max value from RGB is 238 - color contains mainly: green. Hex color #78EEBC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #78EEBC is #871143. Grayscale: #C5C5C5. Windows color (decimal): -8851780 or 12381816. OLE color: 12381816.

HSL color Cylindrical-coordinate representation of color #78EEBC: hue angle of 154.58º 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 #78EEBC is Cyan = 0.50, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB120238188-
CMYK0.5000.210.07
HSL154.58º77.63%70.2%-
HSV(B)154.58º49.58%93.33%-
XYZ47.468.7758.35-
YUV197.02122.9173.07-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 21.98%
GREEN value IS 238 (93.36% from 255) = 43.59%
BLUE value IS 188 (73.83% from 255) = 34.43%
R=21.98%
G=43.59%
B=34.43%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1202381880.5000.210.07154.5877.6370.2
Hex78EEBC3201579b4e46
Octal170356274620257233116106
Binary111100011101110101111001100100101011111001101110011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78EEBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,238,188); }

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

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

 a { background-color: rgb(120,238,188); }

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

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

 span { border-color: rgb(120,238,188); }

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