#78F1BE

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

Shades of Aquamarine #78F1BE

Tints of Aquamarine #78F1BE

Color information

#78F1BE (or 0x78F1BE) is unknown color: approx Aquamarine. HEX triplet: 78, F1 and BE. RGB value is (120,241,190). Sum of RGB (Red+Green+Blue) = 120+241+190=551 (72% of max value = 765). Red value is 120 (47.27% from 255 or 21.78% from 551); Green value is 241 (94.53% from 255 or 43.74% from 551); Blue value is 190 (74.61% from 255 or 34.48% from 551); Max value from RGB is 241 - color contains mainly: green. Hex color #78F1BE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #78F1BE is #870E41. Grayscale: #C7C7C7. Windows color (decimal): -8851010 or 12513656. OLE color: 12513656.

HSL color Cylindrical-coordinate representation of color #78F1BE: hue angle of 154.71º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #78F1BE is Cyan = 0.50, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB120241190-
CMYK0.5000.210.05
HSL154.71º81.21%70.78%-
HSV(B)154.71º50.21%94.51%-
XYZ48.570.6259.79-
YUV199.01122.9171.65-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 21.78%
GREEN value IS 241 (94.53% from 255) = 43.74%
BLUE value IS 190 (74.61% from 255) = 34.48%
R=21.78%
G=43.74%
B=34.48%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1202411900.5000.210.05154.7181.2170.78
Hex78F1BE3201559b5147
Octal170361276620255233121107
Binary111100011110001101111101100100101011011001101110100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78F1BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,241,190); }

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

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

 a { background-color: rgb(120,241,190); }

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

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

 span { border-color: rgb(120,241,190); }

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