#5BD6A2

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

Shades of Medium Aquamarine #5BD6A2

Tints of Medium Aquamarine #5BD6A2

Color information

#5BD6A2 (or 0x5BD6A2) is unknown color: approx Medium Aquamarine. HEX triplet: 5B, D6 and A2. RGB value is (91,214,162). Sum of RGB (Red+Green+Blue) = 91+214+162=467 (61% of max value = 765). Red value is 91 (35.94% from 255 or 19.49% from 467); Green value is 214 (83.98% from 255 or 45.82% from 467); Blue value is 162 (63.67% from 255 or 34.69% from 467); Max value from RGB is 214 - color contains mainly: green. Hex color #5BD6A2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BD6A2 is #A4295D. Grayscale: #ABABAB. Windows color (decimal): -10758494 or 10671707. OLE color: 10671707.

HSL color Cylindrical-coordinate representation of color #5BD6A2: hue angle of 154.63º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5BD6A2 is Cyan = 0.57, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.16.

Color convert

RGB91214162-
CMYK0.5700.240.16
HSL154.63º60%59.8%-
HSV(B)154.63º57.48%83.92%-
XYZ34.8852.9342.56-
YUV171.3122.7570.73-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 19.49%
GREEN value IS 214 (83.98% from 255) = 45.82%
BLUE value IS 162 (63.67% from 255) = 34.69%
R=19.49%
G=45.82%
B=34.69%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal912141620.5700.240.16154.636059.8
Hex5BD6A239018109b3c3c
Octal13332624271030202337474
Binary101101111010110101000101110010110001000010011011111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BD6A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,214,162); }

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

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

 a { background-color: rgb(91,214,162); }

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

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

 span { border-color: rgb(91,214,162); }

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