#78FFBB

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

Shades of Aquamarine #78FFBB

Tints of Aquamarine #78FFBB

Color information

#78FFBB (or 0x78FFBB) is unknown color: approx Aquamarine. HEX triplet: 78, FF and BB. RGB value is (120,255,187). Sum of RGB (Red+Green+Blue) = 120+255+187=562 (74% of max value = 765). Red value is 120 (47.27% from 255 or 21.35% from 562); Green value is 255 (100% from 255 or 45.37% from 562); Blue value is 187 (73.44% from 255 or 33.27% from 562); Max value from RGB is 255 - color contains mainly: green. Hex color #78FFBB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #78FFBB is #870044. Grayscale: #CFCFCF. Windows color (decimal): -8847429 or 12320632. OLE color: 12320632.

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

Color convert

RGB120255187-
CMYK0.5300.270
HSL149.78º100%73.53%-
HSV(B)149.78º52.94%100%-
XYZ52.4879.159.52-
YUV206.88116.7766.03-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 21.35%
GREEN value IS 255 (100% from 255) = 45.37%
BLUE value IS 187 (73.44% from 255) = 33.27%
R=21.35%
G=45.37%
B=33.27%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1202551870.5300.270149.7810073.53
Hex78FFBB3501B096644a
Octal170377273650330226144112
Binary1111000111111111011101111010101101101001011011001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78FFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,255,187); }

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

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

 a { background-color: rgb(120,255,187); }

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

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

 span { border-color: rgb(120,255,187); }

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