#78F9CF

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

Shades of Aquamarine #78F9CF

Tints of Aquamarine #78F9CF

Color information

#78F9CF (or 0x78F9CF) is unknown color: approx Aquamarine. HEX triplet: 78, F9 and CF. RGB value is (120,249,207). Sum of RGB (Red+Green+Blue) = 120+249+207=576 (76% of max value = 765). Red value is 120 (47.27% from 255 or 20.83% from 576); Green value is 249 (97.66% from 255 or 43.23% from 576); Blue value is 207 (81.25% from 255 or 35.94% from 576); Max value from RGB is 249 - color contains mainly: green. Hex color #78F9CF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #78F9CF is #870630. Grayscale: #CDCDCD. Windows color (decimal): -8848945 or 13629816. OLE color: 13629816.

HSL color Cylindrical-coordinate representation of color #78F9CF: hue angle of 160.47º degrees, saturation: 0.91, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #78F9CF is Cyan = 0.52, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.02.

Color convert

RGB120249207-
CMYK0.5200.170.02
HSL160.47º91.49%72.35%-
HSV(B)160.47º51.81%97.65%-
XYZ52.8876.2570.96-
YUV205.64128.7666.92-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 20.83%
GREEN value IS 249 (97.66% from 255) = 43.23%
BLUE value IS 207 (81.25% from 255) = 35.94%
R=20.83%
G=43.23%
B=35.94%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1202492070.5200.170.02160.4791.4972.35
Hex78F9CF340112a05b48
Octal170371317640212240133110
Binary11110001111100111001111110100010001101010000010110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78F9CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,249,207); }

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

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

 a { background-color: rgb(120,249,207); }

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

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

 span { border-color: rgb(120,249,207); }

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