Html Css Color HEX #5FE0B0 Medium Aquamarine

📋 copy color: '#5FE0B0'

red 95 ◦ green 224 ◦ blue 176

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

Shades of Medium Aquamarine #5FE0B0

Tints of Medium Aquamarine #5FE0B0

RGB

 RED value IS 95 (37.5% from 255) = 19.19%

 GREEN value IS 224 (87.89% from 255) = 45.25%

 BLUE value IS 176 (69.14% from 255) = 35.56%

R = 19.19%
G = 45.25%
B = 35.56%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.21

 K value IS 0.12

RGB Variations

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

Color information

#5FE0B0 (or 0x5FE0B0) is known color: Medium Aquamarine. HEX triplet: 5F, E0 and B0. RGB value is (95,224,176). Sum of RGB (Red+Green+Blue) = 95+224+176=495 (65% of max value = 765). Red value is 95 (37.5% from 255 or 19.19% from 495); Green value is 224 (87.89% from 255 or 45.25% from 495); Blue value is 176 (69.14% from 255 or 35.56% from 495); Max value from RGB is 224 - color contains mainly: green. Hex color #5FE0B0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FE0B0 is #A01F4F. Grayscale: #B4B4B4. Windows color (decimal): -10493776 or 11591775. OLE color: 11591775.

HSL color Cylindrical-coordinate representation of color #5FE0B0: hue angle of 157.67º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5FE0B0 is Cyan = 0.58, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.12.

Color convert

RGB 95 224 176 -
CMYK 0.58 0 0.21 0.12
HSL 157.67º 0.68% 0.63% -
HSV(B) 157.67º 0.58% 0.88% -
XYZ 39.21 58.88 50.37 -
YUV 179.96 125.76 67.4 -
System Red Green Blue C M Y K H S L
Decimal 95 224 176 0.58 0 0.21 0.12 157.67 0.68 0.63
Hex 5F E0 B0 3A 0 15 C 9E 44 3F
Octal 137 340 260 72 0 25 14 236 104 77
Binary 1011111 11100000 10110000 111010 0 10101 1100 10011110 1000100 111111

Color Harmonies of #5FE0B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FE0B0

Black with #5FE0B0

Text Example


Text Example

White with #5FE0B0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,224,176); }

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

background-color css

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

 a { background-color: rgb(95,224,176); }

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

border-color css

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

 span { border-color: rgb(95,224,176); }

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