#78EFE2

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

Shades of Aquamarine #78EFE2

Tints of Aquamarine #78EFE2

Color information

#78EFE2 (or 0x78EFE2) is unknown color: approx Aquamarine. HEX triplet: 78, EF and E2. RGB value is (120,239,226). Sum of RGB (Red+Green+Blue) = 120+239+226=585 (77% of max value = 765). Red value is 120 (47.27% from 255 or 20.51% from 585); Green value is 239 (93.75% from 255 or 40.85% from 585); Blue value is 226 (88.67% from 255 or 38.63% from 585); Max value from RGB is 239 - color contains mainly: green. Hex color #78EFE2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #78EFE2 is #87101D. Grayscale: #C9C9C9. Windows color (decimal): -8851486 or 14872440. OLE color: 14872440.

HSL color Cylindrical-coordinate representation of color #78EFE2: hue angle of 173.45º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #78EFE2 is Cyan = 0.50, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.06.

Color convert

RGB120239226-
CMYK0.5000.050.06
HSL173.45º78.81%70.39%-
HSV(B)173.45º49.79%93.73%-
XYZ52.3471.2282.94-
YUV201.94141.5869.56-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 20.51%
GREEN value IS 239 (93.75% from 255) = 40.85%
BLUE value IS 226 (88.67% from 255) = 38.63%
R=20.51%
G=40.85%
B=38.63%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1202392260.5000.050.06173.4578.8170.39
Hex78EFE232056ad4f46
Octal17035734262056255117106
Binary1111000111011111110001011001001011101010110110011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78EFE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,239,226); }

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

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

 a { background-color: rgb(120,239,226); }

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

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

 span { border-color: rgb(120,239,226); }

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