Html Css Color HEX #5FEAAC Medium Aquamarine

📋 copy color: '#5FEAAC'

red 95 ◦ green 234 ◦ blue 172

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

Shades of Medium Aquamarine #5FEAAC

Tints of Medium Aquamarine #5FEAAC

RGB

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

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

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

R = 18.96%
G = 46.71%
B = 34.33%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.26

 K value IS 0.08

RGB Variations

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

Color information

#5FEAAC (or 0x5FEAAC) is known color: Medium Aquamarine. HEX triplet: 5F, EA and AC. RGB value is (95,234,172). Sum of RGB (Red+Green+Blue) = 95+234+172=501 (66% of max value = 765). Red value is 95 (37.5% from 255 or 18.96% from 501); Green value is 234 (91.80% from 255 or 46.71% from 501); Blue value is 172 (67.58% from 255 or 34.33% from 501); Max value from RGB is 234 - color contains mainly: green. Hex color #5FEAAC is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5FEAAC is #A01553. Grayscale: #B9B9B9. Windows color (decimal): -10491220 or 11332191. OLE color: 11332191.

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

Color convert

RGB 95 234 172 -
CMYK 0.59 0 0.26 0.08
HSL 153.24º 0.77% 0.65% -
HSV(B) 153.24º 0.59% 0.92% -
XYZ 41.59 64.26 49.24 -
YUV 185.37 120.45 63.54 -
System Red Green Blue C M Y K H S L
Decimal 95 234 172 0.59 0 0.26 0.08 153.24 0.77 0.65
Hex 5F EA AC 3B 0 1A 8 99 4D 41
Octal 137 352 254 73 0 32 10 231 115 101
Binary 1011111 11101010 10101100 111011 0 11010 1000 10011001 1001101 1000001

Color Harmonies of #5FEAAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FEAAC

Black with #5FEAAC

Text Example


Text Example

White with #5FEAAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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