Html Css Color HEX #5BEA95 Medium Aquamarine

📋 copy color: '#5BEA95'

red 91 ◦ green 234 ◦ blue 149

#5BEA95
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Aquamarine #5BEA95

Tints of Medium Aquamarine #5BEA95

RGB

 RED value IS 91 (35.94% from 255) = 19.2%

 GREEN value IS 234 (91.8% from 255) = 49.37%

 BLUE value IS 149 (58.59% from 255) = 31.43%

R = 19.2%
G = 49.37%
B = 31.43%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.36

 K value IS 0.08

RGB Variations

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

Color information

#5BEA95 (or 0x5BEA95) is known color: Medium Aquamarine. HEX triplet: 5B, EA and 95. RGB value is (91,234,149). Sum of RGB (Red+Green+Blue) = 91+234+149=474 (62% of max value = 765). Red value is 91 (35.94% from 255 or 19.20% from 474); Green value is 234 (91.80% from 255 or 49.37% from 474); Blue value is 149 (58.59% from 255 or 31.43% from 474); Max value from RGB is 234 - color contains mainly: green. Hex color #5BEA95 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5BEA95 is #A4156A. Grayscale: #B5B5B5. Windows color (decimal): -10753387 or 9824859. OLE color: 9824859.

HSL color Cylindrical-coordinate representation of color #5BEA95: hue angle of 144.34º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5BEA95 is Cyan = 0.61, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.08.

Color convert

RGB 91 234 149 -
CMYK 0.61 0 0.36 0.08
HSL 144.34º 0.77% 0.64% -
HSV(B) 144.34º 0.61% 0.92% -
XYZ 39.16 63.24 38.58 -
YUV 181.55 109.62 63.41 -
System Red Green Blue C M Y K H S L
Decimal 91 234 149 0.61 0 0.36 0.08 144.34 0.77 0.64
Hex 5B EA 95 3D 0 24 8 90 4D 40
Octal 133 352 225 75 0 44 10 220 115 100
Binary 1011011 11101010 10010101 111101 0 100100 1000 10010000 1001101 1000000

Color Harmonies of #5BEA95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BEA95

Black with #5BEA95

Text Example


Text Example

White with #5BEA95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,234,149); }

 H1.HeaderClassName
 {
   color: #5BEA95;
 }
 .AnyTagClassName
 {
   color: #5BEA95;
 }
</style>

background-color css

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

 a { background-color: rgb(91,234,149); }

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

border-color css

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

 span { border-color: rgb(91,234,149); }

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