#5BCEB3

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

Shades of Medium Aquamarine #5BCEB3

Tints of Medium Aquamarine #5BCEB3

Color information

#5BCEB3 (or 0x5BCEB3) is unknown color: approx Medium Aquamarine. HEX triplet: 5B, CE and B3. RGB value is (91,206,179). Sum of RGB (Red+Green+Blue) = 91+206+179=476 (63% of max value = 765). Red value is 91 (35.94% from 255 or 19.12% from 476); Green value is 206 (80.86% from 255 or 43.28% from 476); Blue value is 179 (70.31% from 255 or 37.61% from 476); Max value from RGB is 206 - color contains mainly: green. Hex color #5BCEB3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BCEB3 is #A4314C. Grayscale: #A8A8A8. Windows color (decimal): -10760525 or 11783771. OLE color: 11783771.

HSL color Cylindrical-coordinate representation of color #5BCEB3: hue angle of 165.91º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5BCEB3 is Cyan = 0.56, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.19.

Color convert

RGB91206179-
CMYK0.5600.130.19
HSL165.91º53.99%58.24%-
HSV(B)165.91º55.83%80.78%-
XYZ34.5249.6250.41-
YUV168.54133.972.7-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 19.12%
GREEN value IS 206 (80.86% from 255) = 43.28%
BLUE value IS 179 (70.31% from 255) = 37.61%
R=19.12%
G=43.28%
B=37.61%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal912061790.5600.130.19165.9153.9958.24
Hex5BCEB3380D13a6363a
Octal13331626370015232466672
Binary10110111100111010110011111000011011001110100110110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BCEB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,206,179); }

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

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

 a { background-color: rgb(91,206,179); }

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

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

 span { border-color: rgb(91,206,179); }

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