#5BCBA9

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

Shades of Medium Aquamarine #5BCBA9

Tints of Medium Aquamarine #5BCBA9

Color information

#5BCBA9 (or 0x5BCBA9) is unknown color: approx Medium Aquamarine. HEX triplet: 5B, CB and A9. RGB value is (91,203,169). Sum of RGB (Red+Green+Blue) = 91+203+169=463 (61% of max value = 765). Red value is 91 (35.94% from 255 or 19.65% from 463); Green value is 203 (79.69% from 255 or 43.84% from 463); Blue value is 169 (66.41% from 255 or 36.50% from 463); Max value from RGB is 203 - color contains mainly: green. Hex color #5BCBA9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BCBA9 is #A43456. Grayscale: #A5A5A5. Windows color (decimal): -10761303 or 11127643. OLE color: 11127643.

HSL color Cylindrical-coordinate representation of color #5BCBA9: hue angle of 161.79º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5BCBA9 is Cyan = 0.55, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.20.

Color convert

RGB91203169-
CMYK0.5500.170.20
HSL161.79º51.85%57.65%-
HSV(B)161.79º55.17%79.61%-
XYZ32.8347.845.03-
YUV165.64129.8974.76-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 19.65%
GREEN value IS 203 (79.69% from 255) = 43.84%
BLUE value IS 169 (66.41% from 255) = 36.50%
R=19.65%
G=43.84%
B=36.50%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal912031690.5500.170.20161.7951.8557.65
Hex5BCBA93701114a2343a
Octal13331325167021242426472
Binary101101111001011101010011101110100011010010100010110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BCBA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,203,169); }

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

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

 a { background-color: rgb(91,203,169); }

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

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

 span { border-color: rgb(91,203,169); }

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