#78febf

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

Shades of Aquamarine #78FEBF

Tints of Aquamarine #78FEBF

Color information

#78FEBF (or 0x78FEBF) is unknown color: approx Aquamarine. HEX triplet: 78, FE and BF. RGB value is (120,254,191). Sum of RGB (Red+Green+Blue) = 120+254+191=565 (74% of max value = 765). Red value is 120 (47.27% from 255 or 21.24% from 565); Green value is 254 (99.61% from 255 or 44.96% from 565); Blue value is 191 (75% from 255 or 33.81% from 565); Max value from RGB is 254 - color contains mainly: green. Hex color #78FEBF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #78FEBF is #870140. Grayscale: #CECECE. Windows color (decimal): -8847681 or 12582520. OLE color: 12582520.

HSL color Cylindrical-coordinate representation of color #78FEBF: hue angle of 151.79º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #78FEBF is Cyan = 0.53, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.00.

Color convert

RGB120254191-
CMYK0.5300.250.00
HSL151.79º98.53%73.33%-
HSV(B)151.79º52.76%99.61%-
XYZ52.5978.6461.7-
YUV206.75119.1166.12-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 21.24%
GREEN value IS 254 (99.61% from 255) = 44.96%
BLUE value IS 191 (75% from 255) = 33.81%
R=21.24%
G=44.96%
B=33.81%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1202541910.5300.250.00151.7998.5373.33
Hex78FEBF350190986349
Octal170376277650310230143111
Binary1111000111111101011111111010101100101001100011000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78febf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,254,191); }

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

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

 a { background-color: rgb(120,254,191); }

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

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

 span { border-color: rgb(120,254,191); }

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