#78EDDD

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

Shades of Aquamarine #78EDDD

Tints of Aquamarine #78EDDD

Color information

#78EDDD (or 0x78EDDD) is unknown color: approx Aquamarine. HEX triplet: 78, ED and DD. RGB value is (120,237,221). Sum of RGB (Red+Green+Blue) = 120+237+221=578 (76% of max value = 765). Red value is 120 (47.27% from 255 or 20.76% from 578); Green value is 237 (92.97% from 255 or 41.00% from 578); Blue value is 221 (86.72% from 255 or 38.24% from 578); Max value from RGB is 237 - color contains mainly: green. Hex color #78EDDD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #78EDDD is #871222. Grayscale: #C8C8C8. Windows color (decimal): -8852003 or 14544248. OLE color: 14544248.

HSL color Cylindrical-coordinate representation of color #78EDDD: hue angle of 171.79º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #78EDDD is Cyan = 0.49, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB120237221-
CMYK0.4900.070.07
HSL171.79º76.47%70%-
HSV(B)171.79º49.37%92.94%-
XYZ51.0869.7879.18-
YUV200.19139.7470.8-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 20.76%
GREEN value IS 237 (92.97% from 255) = 41.00%
BLUE value IS 221 (86.72% from 255) = 38.24%
R=20.76%
G=41.00%
B=38.24%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1202372210.4900.070.07171.7976.4770
Hex78EDDD31077ac4c46
Octal17035533561077254114106
Binary1111000111011011101110111000101111111010110010011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78EDDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,237,221); }

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

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

 a { background-color: rgb(120,237,221); }

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

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

 span { border-color: rgb(120,237,221); }

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