Html Css Color HEX #5FEAA2 Medium Aquamarine

📋 copy color: '#5FEAA2'

red 95 ◦ green 234 ◦ blue 162

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

Shades of Medium Aquamarine #5FEAA2

Tints of Medium Aquamarine #5FEAA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 32.99%

R = 19.35%
G = 47.66%
B = 32.99%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.31

 K value IS 0.08

RGB Variations

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

Color information

#5FEAA2 (or 0x5FEAA2) is known color: Medium Aquamarine. HEX triplet: 5F, EA and A2. RGB value is (95,234,162). Sum of RGB (Red+Green+Blue) = 95+234+162=491 (65% of max value = 765). Red value is 95 (37.5% from 255 or 19.35% from 491); Green value is 234 (91.80% from 255 or 47.66% from 491); Blue value is 162 (63.67% from 255 or 32.99% from 491); Max value from RGB is 234 - color contains mainly: green. Hex color #5FEAA2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5FEAA2 is #A0155D. Grayscale: #B8B8B8. Windows color (decimal): -10491230 or 10676831. OLE color: 10676831.

HSL color Cylindrical-coordinate representation of color #5FEAA2: hue angle of 148.92º 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 #5FEAA2 is Cyan = 0.59, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.08.

Color convert

RGB 95 234 162 -
CMYK 0.59 0 0.31 0.08
HSL 148.92º 0.77% 0.65% -
HSV(B) 148.92º 0.59% 0.92% -
XYZ 40.66 63.89 44.37 -
YUV 184.23 115.45 64.35 -
System Red Green Blue C M Y K H S L
Decimal 95 234 162 0.59 0 0.31 0.08 148.92 0.77 0.65
Hex 5F EA A2 3B 0 1F 8 95 4D 41
Octal 137 352 242 73 0 37 10 225 115 101
Binary 1011111 11101010 10100010 111011 0 11111 1000 10010101 1001101 1000001

Color Harmonies of #5FEAA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FEAA2

Black with #5FEAA2

Text Example


Text Example

White with #5FEAA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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