#5befa5

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

Shades of Medium Aquamarine #5BEFA5

Tints of Medium Aquamarine #5BEFA5

Color information

#5BEFA5 (or 0x5BEFA5) is unknown color: approx Medium Aquamarine. HEX triplet: 5B, EF and A5. RGB value is (91,239,165). Sum of RGB (Red+Green+Blue) = 91+239+165=495 (65% of max value = 765). Red value is 91 (35.94% from 255 or 18.38% from 495); Green value is 239 (93.75% from 255 or 48.28% from 495); Blue value is 165 (64.84% from 255 or 33.33% from 495); Max value from RGB is 239 - color contains mainly: green. Hex color #5BEFA5 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5BEFA5 is #A4105A. Grayscale: #BABABA. Windows color (decimal): -10752091 or 10874715. OLE color: 10874715.

HSL color Cylindrical-coordinate representation of color #5BEFA5: hue angle of 150º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5BEFA5 is Cyan = 0.62, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.06.

Color convert

RGB91239165-
CMYK0.6200.310.06
HSL150º82.22%64.71%-
HSV(B)150º61.92%93.73%-
XYZ41.9766.6746.25-
YUV186.31115.9760.02-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 18.38%
GREEN value IS 239 (93.75% from 255) = 48.28%
BLUE value IS 165 (64.84% from 255) = 33.33%
R=18.38%
G=48.28%
B=33.33%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal912391650.6200.310.0615082.2264.71
Hex5BEFA53E01F6965241
Octal133357245760376226122101
Binary101101111101111101001011111100111111101001011010100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5befa5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,239,165); }

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

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

 a { background-color: rgb(91,239,165); }

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

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

 span { border-color: rgb(91,239,165); }

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