#78F8E3

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

Shades of Aquamarine #78F8E3

Tints of Aquamarine #78F8E3

Color information

#78F8E3 (or 0x78F8E3) is unknown color: approx Aquamarine. HEX triplet: 78, F8 and E3. RGB value is (120,248,227). Sum of RGB (Red+Green+Blue) = 120+248+227=595 (78% of max value = 765). Red value is 120 (47.27% from 255 or 20.17% from 595); Green value is 248 (97.27% from 255 or 41.68% from 595); Blue value is 227 (89.06% from 255 or 38.15% from 595); Max value from RGB is 248 - color contains mainly: green. Hex color #78F8E3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #78F8E3 is #87071C. Grayscale: #CFCFCF. Windows color (decimal): -8849181 or 14940280. OLE color: 14940280.

HSL color Cylindrical-coordinate representation of color #78F8E3: hue angle of 170.16º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #78F8E3 is Cyan = 0.52, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.03.

Color convert

RGB120248227-
CMYK0.5200.080.03
HSL170.16º90.14%72.16%-
HSV(B)170.16º51.61%97.25%-
XYZ55.1876.6784.56-
YUV207.33139.0965.71-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 20.17%
GREEN value IS 248 (97.27% from 255) = 41.68%
BLUE value IS 227 (89.06% from 255) = 38.15%
R=20.17%
G=41.68%
B=38.15%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1202482270.5200.080.03170.1690.1472.16
Hex78F8E334083aa5a48
Octal170370343640103252132110
Binary1111000111110001110001111010001000111010101010110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78F8E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,248,227); }

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

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

 a { background-color: rgb(120,248,227); }

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

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

 span { border-color: rgb(120,248,227); }

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