#78FFE4

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

Shades of Aquamarine #78FFE4

Tints of Aquamarine #78FFE4

Color information

#78FFE4 (or 0x78FFE4) is unknown color: approx Aquamarine. HEX triplet: 78, FF and E4. RGB value is (120,255,228). Sum of RGB (Red+Green+Blue) = 120+255+228=603 (79% of max value = 765). Red value is 120 (47.27% from 255 or 19.90% from 603); Green value is 255 (100% from 255 or 42.29% from 603); Blue value is 228 (89.45% from 255 or 37.81% from 603); Max value from RGB is 255 - color contains mainly: green. Hex color #78FFE4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #78FFE4 is #87001B. Grayscale: #D3D3D3. Windows color (decimal): -8847388 or 15007608. OLE color: 15007608.

HSL color Cylindrical-coordinate representation of color #78FFE4: hue angle of 168º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #78FFE4 is Cyan = 0.53, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.

Color convert

RGB120255228-
CMYK0.5300.110
HSL168º100%73.53%-
HSV(B)168º52.94%100%-
XYZ57.5181.1186.02-
YUV211.56137.2762.7-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 19.90%
GREEN value IS 255 (100% from 255) = 42.29%
BLUE value IS 228 (89.45% from 255) = 37.81%
R=19.90%
G=42.29%
B=37.81%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1202552280.5300.11016810073.53
Hex78FFE4350B0a8644a
Octal170377344650130250144112
Binary111100011111111111001001101010101101010100011001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78FFE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,255,228); }

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

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

 a { background-color: rgb(120,255,228); }

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

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

 span { border-color: rgb(120,255,228); }

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