Html Css Color HEX #5FEAAB Medium Aquamarine

📋 copy color: '#5FEAAB'

red 95 ◦ green 234 ◦ blue 171

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

Shades of Medium Aquamarine #5FEAAB

Tints of Medium Aquamarine #5FEAAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 34.2%

R = 19%
G = 46.8%
B = 34.2%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.27

 K value IS 0.08

RGB Variations

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

Color information

#5FEAAB (or 0x5FEAAB) is known color: Medium Aquamarine. HEX triplet: 5F, EA and AB. RGB value is (95,234,171). Sum of RGB (Red+Green+Blue) = 95+234+171=500 (66% of max value = 765). Red value is 95 (37.5% from 255 or 19% from 500); Green value is 234 (91.80% from 255 or 46.8% from 500); Blue value is 171 (67.19% from 255 or 34.2% from 500); Max value from RGB is 234 - color contains mainly: green. Hex color #5FEAAB is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5FEAAB is #A01554. Grayscale: #B9B9B9. Windows color (decimal): -10491221 or 11266655. OLE color: 11266655.

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

Color convert

RGB 95 234 171 -
CMYK 0.59 0 0.27 0.08
HSL 152.81º 0.77% 0.65% -
HSV(B) 152.81º 0.59% 0.92% -
XYZ 41.49 64.22 48.74 -
YUV 185.26 119.95 63.62 -
System Red Green Blue C M Y K H S L
Decimal 95 234 171 0.59 0 0.27 0.08 152.81 0.77 0.65
Hex 5F EA AB 3B 0 1B 8 99 4D 41
Octal 137 352 253 73 0 33 10 231 115 101
Binary 1011111 11101010 10101011 111011 0 11011 1000 10011001 1001101 1000001

Color Harmonies of #5FEAAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FEAAB

Black with #5FEAAB

Text Example


Text Example

White with #5FEAAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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