#78EEC0

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

Shades of Aquamarine #78EEC0

Tints of Aquamarine #78EEC0

Color information

#78EEC0 (or 0x78EEC0) is unknown color: approx Aquamarine. HEX triplet: 78, EE and C0. RGB value is (120,238,192). Sum of RGB (Red+Green+Blue) = 120+238+192=550 (72% of max value = 765). Red value is 120 (47.27% from 255 or 21.82% from 550); Green value is 238 (93.36% from 255 or 43.27% from 550); Blue value is 192 (75.39% from 255 or 34.91% from 550); Max value from RGB is 238 - color contains mainly: green. Hex color #78EEC0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #78EEC0 is #87113F. Grayscale: #C5C5C5. Windows color (decimal): -8851776 or 12643960. OLE color: 12643960.

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

Color convert

RGB120238192-
CMYK0.5000.190.07
HSL156.61º77.63%70.2%-
HSV(B)156.61º49.58%93.33%-
XYZ47.8368.9560.66-
YUV197.47124.9172.74-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 21.82%
GREEN value IS 238 (93.36% from 255) = 43.27%
BLUE value IS 192 (75.39% from 255) = 34.91%
R=21.82%
G=43.27%
B=34.91%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1202381920.5000.190.07156.6177.6370.2
Hex78EEC03201379d4e46
Octal170356300620237235116106
Binary111100011101110110000001100100100111111001110110011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78EEC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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