Html Css Color HEX #5BFB96 Medium Aquamarine

📋 copy color: '#5BFB96'

red 91 ◦ green 251 ◦ blue 150

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

Shades of Medium Aquamarine #5BFB96

Tints of Medium Aquamarine #5BFB96

RGB

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

 GREEN value IS 251 (98.44% from 255) = 51.02%

 BLUE value IS 150 (58.98% from 255) = 30.49%

R = 18.5%
G = 51.02%
B = 30.49%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.40

 K value IS 0.02

RGB Variations

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

Color information

#5BFB96 (or 0x5BFB96) is known color: Medium Aquamarine. HEX triplet: 5B, FB and 96. RGB value is (91,251,150). Sum of RGB (Red+Green+Blue) = 91+251+150=492 (65% of max value = 765). Red value is 91 (35.94% from 255 or 18.50% from 492); Green value is 251 (98.44% from 255 or 51.02% from 492); Blue value is 150 (58.98% from 255 or 30.49% from 492); Max value from RGB is 251 - color contains mainly: green. Hex color #5BFB96 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5BFB96 is #A40469. Grayscale: #BFBFBF. Windows color (decimal): -10749034 or 9894747. OLE color: 9894747.

HSL color Cylindrical-coordinate representation of color #5BFB96: hue angle of 142.12º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5BFB96 is Cyan = 0.64, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.02.

Color convert

RGB 91 251 150 -
CMYK 0.64 0 0.40 0.02
HSL 142.13º 0.95% 0.67% -
HSV(B) 142.13º 0.64% 0.98% -
XYZ 44.32 73.42 40.69 -
YUV 191.65 104.49 56.21 -
System Red Green Blue C M Y K H S L
Decimal 91 251 150 0.64 0 0.40 0.02 142.13 0.95 0.67
Hex 5B FB 96 40 0 28 2 8E 5F 43
Octal 133 373 226 100 0 50 2 216 137 103
Binary 1011011 11111011 10010110 1000000 0 101000 10 10001110 1011111 1000011

Color Harmonies of #5BFB96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BFB96

Black with #5BFB96

Text Example


Text Example

White with #5BFB96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,251,150); }

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

background-color css

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

 a { background-color: rgb(91,251,150); }

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

border-color css

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

 span { border-color: rgb(91,251,150); }

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