#78F8B9

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

Shades of Aquamarine #78F8B9

Tints of Aquamarine #78F8B9

Color information

#78F8B9 (or 0x78F8B9) is unknown color: approx Aquamarine. HEX triplet: 78, F8 and B9. RGB value is (120,248,185). Sum of RGB (Red+Green+Blue) = 120+248+185=553 (73% of max value = 765). Red value is 120 (47.27% from 255 or 21.70% from 553); Green value is 248 (97.27% from 255 or 44.85% from 553); Blue value is 185 (72.66% from 255 or 33.45% from 553); Max value from RGB is 248 - color contains mainly: green. Hex color #78F8B9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #78F8B9 is #870746. Grayscale: #CACACA. Windows color (decimal): -8849223 or 12187768. OLE color: 12187768.

HSL color Cylindrical-coordinate representation of color #78F8B9: hue angle of 150.47º 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 #78F8B9 is Cyan = 0.52, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.03.

Color convert

RGB120248185-
CMYK0.5200.250.03
HSL150.47º90.14%72.16%-
HSV(B)150.47º51.61%97.25%-
XYZ50.0774.6357.67-
YUV202.55118.0969.12-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 21.70%
GREEN value IS 248 (97.27% from 255) = 44.85%
BLUE value IS 185 (72.66% from 255) = 33.45%
R=21.70%
G=44.85%
B=33.45%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1202481850.5200.250.03150.4790.1472.16
Hex78F8B9340193965a48
Octal170370271640313226132110
Binary11110001111100010111001110100011001111001011010110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78F8B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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