#78F6DD

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

Shades of Aquamarine #78F6DD

Tints of Aquamarine #78F6DD

Color information

#78F6DD (or 0x78F6DD) is unknown color: approx Aquamarine. HEX triplet: 78, F6 and DD. RGB value is (120,246,221). Sum of RGB (Red+Green+Blue) = 120+246+221=587 (77% of max value = 765). Red value is 120 (47.27% from 255 or 20.44% from 587); Green value is 246 (96.48% from 255 or 41.91% from 587); Blue value is 221 (86.72% from 255 or 37.65% from 587); Max value from RGB is 246 - color contains mainly: green. Hex color #78F6DD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #78F6DD is #870922. Grayscale: #CDCDCD. Windows color (decimal): -8849699 or 14546552. OLE color: 14546552.

HSL color Cylindrical-coordinate representation of color #78F6DD: hue angle of 168.1º degrees, saturation: 0.88, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #78F6DD is Cyan = 0.51, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB120246221-
CMYK0.5100.100.04
HSL168.1º87.5%71.76%-
HSV(B)168.1º51.22%96.47%-
XYZ53.7575.1380.07-
YUV205.48136.7667.03-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 20.44%
GREEN value IS 246 (96.48% from 255) = 41.91%
BLUE value IS 221 (86.72% from 255) = 37.65%
R=20.44%
G=41.91%
B=37.65%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1202462210.5100.100.04168.187.571.76
Hex78F6DD330A4a85848
Octal170366335630124250130110
Binary11110001111011011011101110011010101001010100010110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78F6DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,246,221); }

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

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

 a { background-color: rgb(120,246,221); }

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

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

 span { border-color: rgb(120,246,221); }

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