#5BDBB1

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

Shades of Medium Aquamarine #5BDBB1

Tints of Medium Aquamarine #5BDBB1

Color information

#5BDBB1 (or 0x5BDBB1) is unknown color: approx Medium Aquamarine. HEX triplet: 5B, DB and B1. RGB value is (91,219,177). Sum of RGB (Red+Green+Blue) = 91+219+177=487 (64% of max value = 765). Red value is 91 (35.94% from 255 or 18.69% from 487); Green value is 219 (85.94% from 255 or 44.97% from 487); Blue value is 177 (69.53% from 255 or 36.34% from 487); Max value from RGB is 219 - color contains mainly: green. Hex color #5BDBB1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BDBB1 is #A4244E. Grayscale: #AFAFAF. Windows color (decimal): -10757199 or 11656027. OLE color: 11656027.

HSL color Cylindrical-coordinate representation of color #5BDBB1: hue angle of 160.31º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5BDBB1 is Cyan = 0.58, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.14.

Color convert

RGB91219177-
CMYK0.5800.190.14
HSL160.31º64%60.78%-
HSV(B)160.31º58.45%85.88%-
XYZ37.5856.0650.44-
YUV175.94128.5967.42-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 18.69%
GREEN value IS 219 (85.94% from 255) = 44.97%
BLUE value IS 177 (69.53% from 255) = 36.34%
R=18.69%
G=44.97%
B=36.34%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal912191770.5800.190.14160.316460.78
Hex5BDBB13A013Ea0403d
Octal133333261720231624010075
Binary101101111011011101100011110100100111110101000001000000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BDBB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,219,177); }

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

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

 a { background-color: rgb(91,219,177); }

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

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

 span { border-color: rgb(91,219,177); }

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