Html Css Color HEX #5FEDAB Medium Aquamarine

📋 copy color: '#5FEDAB'

red 95 ◦ green 237 ◦ blue 171

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

Shades of Medium Aquamarine #5FEDAB

Tints of Medium Aquamarine #5FEDAB

RGB

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

 GREEN value IS 237 (92.97% from 255) = 47.12%

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

R = 18.89%
G = 47.12%
B = 34%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#5FEDAB (or 0x5FEDAB) is known color: Medium Aquamarine. HEX triplet: 5F, ED and AB. RGB value is (95,237,171). Sum of RGB (Red+Green+Blue) = 95+237+171=503 (66% of max value = 765). Red value is 95 (37.5% from 255 or 18.89% from 503); Green value is 237 (92.97% from 255 or 47.12% from 503); Blue value is 171 (67.19% from 255 or 34.00% from 503); Max value from RGB is 237 - color contains mainly: green. Hex color #5FEDAB is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5FEDAB is #A01254. Grayscale: #BBBBBB. Windows color (decimal): -10490453 or 11267423. OLE color: 11267423.

HSL color Cylindrical-coordinate representation of color #5FEDAB: hue angle of 152.11º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5FEDAB is Cyan = 0.60, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.

Color convert

RGB 95 237 171 -
CMYK 0.60 0 0.28 0.07
HSL 152.11º 0.8% 0.65% -
HSV(B) 152.11º 0.6% 0.93% -
XYZ 42.35 65.94 49.02 -
YUV 187.02 118.96 62.37 -
System Red Green Blue C M Y K H S L
Decimal 95 237 171 0.60 0 0.28 0.07 152.11 0.8 0.65
Hex 5F ED AB 3C 0 1C 7 98 50 41
Octal 137 355 253 74 0 34 7 230 120 101
Binary 1011111 11101101 10101011 111100 0 11100 111 10011000 1010000 1000001

Color Harmonies of #5FEDAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FEDAB

Black with #5FEDAB

Text Example


Text Example

White with #5FEDAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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