#78F8BA

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

Shades of Aquamarine #78F8BA

Tints of Aquamarine #78F8BA

Color information

#78F8BA (or 0x78F8BA) is unknown color: approx Aquamarine. HEX triplet: 78, F8 and BA. RGB value is (120,248,186). Sum of RGB (Red+Green+Blue) = 120+248+186=554 (73% of max value = 765). Red value is 120 (47.27% from 255 or 21.66% from 554); Green value is 248 (97.27% from 255 or 44.77% from 554); Blue value is 186 (73.05% from 255 or 33.57% from 554); Max value from RGB is 248 - color contains mainly: green. Hex color #78F8BA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #78F8BA is #870745. Grayscale: #CACACA. Windows color (decimal): -8849222 or 12253304. OLE color: 12253304.

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

Color convert

RGB120248186-
CMYK0.5200.250.03
HSL150.94º90.14%72.16%-
HSV(B)150.94º51.61%97.25%-
XYZ50.1874.6758.22-
YUV202.66118.5969.04-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 21.66%
GREEN value IS 248 (97.27% from 255) = 44.77%
BLUE value IS 186 (73.05% from 255) = 33.57%
R=21.66%
G=44.77%
B=33.57%

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
Decimal1202481860.5200.250.03150.9490.1472.16
Hex78F8BA340193975a48
Octal170370272640313227132110
Binary11110001111100010111010110100011001111001011110110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78F8BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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