#78FBE6

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

Shades of Aquamarine #78FBE6

Tints of Aquamarine #78FBE6

Color information

#78FBE6 (or 0x78FBE6) is unknown color: approx Aquamarine. HEX triplet: 78, FB and E6. RGB value is (120,251,230). Sum of RGB (Red+Green+Blue) = 120+251+230=601 (79% of max value = 765). Red value is 120 (47.27% from 255 or 19.97% from 601); Green value is 251 (98.44% from 255 or 41.76% from 601); Blue value is 230 (90.23% from 255 or 38.27% from 601); Max value from RGB is 251 - color contains mainly: green. Hex color #78FBE6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #78FBE6 is #870419. Grayscale: #D1D1D1. Windows color (decimal): -8848410 or 15137656. OLE color: 15137656.

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

Color convert

RGB120251230-
CMYK0.5200.080.02
HSL170.38º94.24%72.75%-
HSV(B)170.38º52.19%98.43%-
XYZ56.5378.787.07-
YUV209.44139.664.21-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 19.97%
GREEN value IS 251 (98.44% from 255) = 41.76%
BLUE value IS 230 (90.23% from 255) = 38.27%
R=19.97%
G=41.76%
B=38.27%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1202512300.5200.080.02170.3894.2472.75
Hex78FBE634082aa5e49
Octal170373346640102252136111
Binary1111000111110111110011011010001000101010101010111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78FBE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,251,230); }

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

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

 a { background-color: rgb(120,251,230); }

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

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

 span { border-color: rgb(120,251,230); }

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