#78FFE5

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

Shades of Aquamarine #78FFE5

Tints of Aquamarine #78FFE5

Color information

#78FFE5 (or 0x78FFE5) is unknown color: approx Aquamarine. HEX triplet: 78, FF and E5. RGB value is (120,255,229). Sum of RGB (Red+Green+Blue) = 120+255+229=604 (80% of max value = 765). Red value is 120 (47.27% from 255 or 19.87% from 604); Green value is 255 (100% from 255 or 42.22% from 604); Blue value is 229 (89.84% from 255 or 37.91% from 604); Max value from RGB is 255 - color contains mainly: green. Hex color #78FFE5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #78FFE5 is #87001A. Grayscale: #D3D3D3. Windows color (decimal): -8847387 or 15073144. OLE color: 15073144.

HSL color Cylindrical-coordinate representation of color #78FFE5: hue angle of 168.44º 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 #78FFE5 is Cyan = 0.53, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.

Color convert

RGB120255229-
CMYK0.5300.100
HSL168.44º100%73.53%-
HSV(B)168.44º52.94%100%-
XYZ57.6581.1786.76-
YUV211.67137.7762.61-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 19.87%
GREEN value IS 255 (100% from 255) = 42.22%
BLUE value IS 229 (89.84% from 255) = 37.91%
R=19.87%
G=42.22%
B=37.91%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1202552290.5300.100168.4410073.53
Hex78FFE5350A0a8644a
Octal170377345650120250144112
Binary111100011111111111001011101010101001010100011001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78FFE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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