#5BFCB6

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

Shades of Aquamarine #5BFCB6

Tints of Aquamarine #5BFCB6

Color information

#5BFCB6 (or 0x5BFCB6) is unknown color: approx Aquamarine. HEX triplet: 5B, FC and B6. RGB value is (91,252,182). Sum of RGB (Red+Green+Blue) = 91+252+182=525 (69% of max value = 765). Red value is 91 (35.94% from 255 or 17.33% from 525); Green value is 252 (98.83% from 255 or 48% from 525); Blue value is 182 (71.48% from 255 or 34.67% from 525); Max value from RGB is 252 - color contains mainly: green. Hex color #5BFCB6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5BFCB6 is #A40349. Grayscale: #C4C4C4. Windows color (decimal): -10748746 or 11992155. OLE color: 11992155.

HSL color Cylindrical-coordinate representation of color #5BFCB6: hue angle of 153.91º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5BFCB6 is Cyan = 0.64, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.01.

Color convert

RGB91252182-
CMYK0.6400.280.01
HSL153.91º96.41%67.25%-
HSV(B)153.91º63.89%98.82%-
XYZ47.5775.2256.27-
YUV195.88120.1653.19-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 17.33%
GREEN value IS 252 (98.83% from 255) = 48%
BLUE value IS 182 (71.48% from 255) = 34.67%
R=17.33%
G=48%
B=34.67%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal912521820.6400.280.01153.9196.4167.25
Hex5BFCB64001C19a6043
Octal1333742661000341232140103
Binary10110111111110010110110100000001110011001101011000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BFCB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,252,182); }

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

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

 a { background-color: rgb(91,252,182); }

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

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

 span { border-color: rgb(91,252,182); }

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