Html Css Color HEX #5FE5AC Medium Aquamarine

📋 copy color: '#5FE5AC'

red 95 ◦ green 229 ◦ blue 172

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

Shades of Medium Aquamarine #5FE5AC

Tints of Medium Aquamarine #5FE5AC

RGB

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

 GREEN value IS 229 (89.84% from 255) = 46.17%

 BLUE value IS 172 (67.58% from 255) = 34.68%

R = 19.15%
G = 46.17%
B = 34.68%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.25

 K value IS 0.10

RGB Variations

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

Color information

#5FE5AC (or 0x5FE5AC) is known color: Medium Aquamarine. HEX triplet: 5F, E5 and AC. RGB value is (95,229,172). Sum of RGB (Red+Green+Blue) = 95+229+172=496 (65% of max value = 765). Red value is 95 (37.5% from 255 or 19.15% from 496); Green value is 229 (89.84% from 255 or 46.17% from 496); Blue value is 172 (67.58% from 255 or 34.68% from 496); Max value from RGB is 229 - color contains mainly: green. Hex color #5FE5AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FE5AC is #A01A53. Grayscale: #B6B6B6. Windows color (decimal): -10492500 or 11330911. OLE color: 11330911.

HSL color Cylindrical-coordinate representation of color #5FE5AC: hue angle of 154.48º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5FE5AC is Cyan = 0.59, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.10.

Color convert

RGB 95 229 172 -
CMYK 0.59 0 0.25 0.10
HSL 154.48º 0.72% 0.64% -
HSV(B) 154.48º 0.59% 0.9% -
XYZ 40.19 61.45 48.77 -
YUV 182.44 122.11 65.63 -
System Red Green Blue C M Y K H S L
Decimal 95 229 172 0.59 0 0.25 0.10 154.48 0.72 0.64
Hex 5F E5 AC 3B 0 19 A 9A 48 40
Octal 137 345 254 73 0 31 12 232 110 100
Binary 1011111 11100101 10101100 111011 0 11001 1010 10011010 1001000 1000000

Color Harmonies of #5FE5AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FE5AC

Black with #5FE5AC

Text Example


Text Example

White with #5FE5AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,229,172); }

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

background-color css

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

 a { background-color: rgb(95,229,172); }

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

border-color css

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

 span { border-color: rgb(95,229,172); }

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