Html Css Color HEX #5BF2AD Medium Aquamarine

📋 copy color: '#5BF2AD'

red 91 ◦ green 242 ◦ blue 173

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

Shades of Medium Aquamarine #5BF2AD

Tints of Medium Aquamarine #5BF2AD

RGB

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

 GREEN value IS 242 (94.92% from 255) = 47.83%

 BLUE value IS 173 (67.97% from 255) = 34.19%

R = 17.98%
G = 47.83%
B = 34.19%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#5BF2AD (or 0x5BF2AD) is known color: Medium Aquamarine. HEX triplet: 5B, F2 and AD. RGB value is (91,242,173). Sum of RGB (Red+Green+Blue) = 91+242+173=506 (67% of max value = 765). Red value is 91 (35.94% from 255 or 17.98% from 506); Green value is 242 (94.92% from 255 or 47.83% from 506); Blue value is 173 (67.97% from 255 or 34.19% from 506); Max value from RGB is 242 - color contains mainly: green. Hex color #5BF2AD is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5BF2AD is #A40D52. Grayscale: #BDBDBD. Windows color (decimal): -10751315 or 11399771. OLE color: 11399771.

HSL color Cylindrical-coordinate representation of color #5BF2AD: hue angle of 152.58º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5BF2AD is Cyan = 0.62, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB 91 242 173 -
CMYK 0.62 0 0.29 0.05
HSL 152.58º 0.85% 0.65% -
HSV(B) 152.58º 0.62% 0.95% -
XYZ 43.61 68.75 50.51 -
YUV 188.99 118.97 58.11 -
System Red Green Blue C M Y K H S L
Decimal 91 242 173 0.62 0 0.29 0.05 152.58 0.85 0.65
Hex 5B F2 AD 3E 0 1D 5 99 55 41
Octal 133 362 255 76 0 35 5 231 125 101
Binary 1011011 11110010 10101101 111110 0 11101 101 10011001 1010101 1000001

Color Harmonies of #5BF2AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BF2AD

Black with #5BF2AD

Text Example


Text Example

White with #5BF2AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,242,173); }

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

background-color css

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

 a { background-color: rgb(91,242,173); }

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

border-color css

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

 span { border-color: rgb(91,242,173); }

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