#78F8B6

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

Shades of Aquamarine #78F8B6

Tints of Aquamarine #78F8B6

Color information

#78F8B6 (or 0x78F8B6) is unknown color: approx Aquamarine. HEX triplet: 78, F8 and B6. RGB value is (120,248,182). Sum of RGB (Red+Green+Blue) = 120+248+182=550 (72% of max value = 765). Red value is 120 (47.27% from 255 or 21.82% from 550); Green value is 248 (97.27% from 255 or 45.09% from 550); Blue value is 182 (71.48% from 255 or 33.09% from 550); Max value from RGB is 248 - color contains mainly: green. Hex color #78F8B6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #78F8B6 is #870749. Grayscale: #CACACA. Windows color (decimal): -8849226 or 11991160. OLE color: 11991160.

HSL color Cylindrical-coordinate representation of color #78F8B6: hue angle of 149.06º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #78F8B6 is Cyan = 0.52, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.03.

Color convert

RGB120248182-
CMYK0.5200.270.03
HSL149.06º90.14%72.16%-
HSV(B)149.06º51.61%97.25%-
XYZ49.7674.5156.01-
YUV202.2116.5969.37-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 21.82%
GREEN value IS 248 (97.27% from 255) = 45.09%
BLUE value IS 182 (71.48% from 255) = 33.09%
R=21.82%
G=45.09%
B=33.09%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1202481820.5200.270.03149.0690.1472.16
Hex78F8B63401B3955a48
Octal170370266640333225132110
Binary11110001111100010110110110100011011111001010110110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78F8B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,248,182); }

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

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

 a { background-color: rgb(120,248,182); }

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

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

 span { border-color: rgb(120,248,182); }

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