#78F8C7

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

Shades of Aquamarine #78F8C7

Tints of Aquamarine #78F8C7

Color information

#78F8C7 (or 0x78F8C7) is unknown color: approx Aquamarine. HEX triplet: 78, F8 and C7. RGB value is (120,248,199). Sum of RGB (Red+Green+Blue) = 120+248+199=567 (75% of max value = 765). Red value is 120 (47.27% from 255 or 21.16% from 567); Green value is 248 (97.27% from 255 or 43.74% from 567); Blue value is 199 (78.12% from 255 or 35.10% from 567); Max value from RGB is 248 - color contains mainly: green. Hex color #78F8C7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #78F8C7 is #870738. Grayscale: #CCCCCC. Windows color (decimal): -8849209 or 13105272. OLE color: 13105272.

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

Color convert

RGB120248199-
CMYK0.5200.200.03
HSL157.03º90.14%72.16%-
HSV(B)157.03º51.61%97.25%-
XYZ51.6275.2565.84-
YUV204.14125.0967.98-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 21.16%
GREEN value IS 248 (97.27% from 255) = 43.74%
BLUE value IS 199 (78.12% from 255) = 35.10%
R=21.16%
G=43.74%
B=35.10%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1202481990.5200.200.03157.0390.1472.16
Hex78F8C73401439d5a48
Octal170370307640243235132110
Binary11110001111100011000111110100010100111001110110110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78F8C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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