#5BDFB6

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

Shades of Medium Aquamarine #5BDFB6

Tints of Medium Aquamarine #5BDFB6

Color information

#5BDFB6 (or 0x5BDFB6) is unknown color: approx Medium Aquamarine. HEX triplet: 5B, DF and B6. RGB value is (91,223,182). Sum of RGB (Red+Green+Blue) = 91+223+182=496 (65% of max value = 765). Red value is 91 (35.94% from 255 or 18.35% from 496); Green value is 223 (87.5% from 255 or 44.96% from 496); Blue value is 182 (71.48% from 255 or 36.69% from 496); Max value from RGB is 223 - color contains mainly: green. Hex color #5BDFB6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BDFB6 is #A42049. Grayscale: #B2B2B2. Windows color (decimal): -10756170 or 11984731. OLE color: 11984731.

HSL color Cylindrical-coordinate representation of color #5BDFB6: hue angle of 161.36º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5BDFB6 is Cyan = 0.59, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.

Color convert

RGB91223182-
CMYK0.5900.180.13
HSL161.36º67.35%61.57%-
HSV(B)161.36º59.19%87.45%-
XYZ39.1558.3853.46-
YUV178.86129.7765.33-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 18.35%
GREEN value IS 223 (87.5% from 255) = 44.96%
BLUE value IS 182 (71.48% from 255) = 36.69%
R=18.35%
G=44.96%
B=36.69%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal912231820.5900.180.13161.3667.3561.57
Hex5BDFB63B012Da1433e
Octal133337266730221524110376
Binary101101111011111101101101110110100101101101000011000011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BDFB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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