#78EEE1

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

Shades of Aquamarine #78EEE1

Tints of Aquamarine #78EEE1

Color information

#78EEE1 (or 0x78EEE1) is unknown color: approx Aquamarine. HEX triplet: 78, EE and E1. RGB value is (120,238,225). Sum of RGB (Red+Green+Blue) = 120+238+225=583 (77% of max value = 765). Red value is 120 (47.27% from 255 or 20.58% from 583); Green value is 238 (93.36% from 255 or 40.82% from 583); Blue value is 225 (88.28% from 255 or 38.59% from 583); Max value from RGB is 238 - color contains mainly: green. Hex color #78EEE1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #78EEE1 is #87111E. Grayscale: #C9C9C9. Windows color (decimal): -8851743 or 14806648. OLE color: 14806648.

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

Color convert

RGB120238225-
CMYK0.5000.050.07
HSL173.39º77.63%70.2%-
HSV(B)173.39º49.58%93.33%-
XYZ51.9170.5882.12-
YUV201.24141.4170.06-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 20.58%
GREEN value IS 238 (93.36% from 255) = 40.82%
BLUE value IS 225 (88.28% from 255) = 38.59%
R=20.58%
G=40.82%
B=38.59%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1202382250.5000.050.07173.3977.6370.2
Hex78EEE132057ad4e46
Octal17035634162057255116106
Binary1111000111011101110000111001001011111010110110011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78EEE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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