#5BFBBB

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

Shades of Aquamarine #5BFBBB

Tints of Aquamarine #5BFBBB

Color information

#5BFBBB (or 0x5BFBBB) is unknown color: approx Aquamarine. HEX triplet: 5B, FB and BB. RGB value is (91,251,187). Sum of RGB (Red+Green+Blue) = 91+251+187=529 (70% of max value = 765). Red value is 91 (35.94% from 255 or 17.20% from 529); Green value is 251 (98.44% from 255 or 47.45% from 529); Blue value is 187 (73.44% from 255 or 35.35% from 529); Max value from RGB is 251 - color contains mainly: green. Hex color #5BFBBB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5BFBBB is #A40444. Grayscale: #C3C3C3. Windows color (decimal): -10748997 or 12319579. OLE color: 12319579.

HSL color Cylindrical-coordinate representation of color #5BFBBB: hue angle of 156º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5BFBBB is Cyan = 0.64, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.

Color convert

RGB91251187-
CMYK0.6400.250.02
HSL156º95.24%67.06%-
HSV(B)156º63.75%98.43%-
XYZ47.7874.8158.93-
YUV195.86122.9953.2-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 17.20%
GREEN value IS 251 (98.44% from 255) = 47.45%
BLUE value IS 187 (73.44% from 255) = 35.35%
R=17.20%
G=47.45%
B=35.35%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal912511870.6400.250.0215695.2467.06
Hex5BFBBB4001929c5f43
Octal1333732731000312234137103
Binary101101111111011101110111000000011001101001110010111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BFBBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5BFBBB; }

 p { color: rgb(91,251,187); }

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

<style>
 a { background-color: #5BFBBB; }

 a { background-color: rgb(91,251,187); }

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

<style>
 span { border-color: #5BFBBB; }

 span { border-color: rgb(91,251,187); }

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