Html Css Color HEX #5FD0A1 Medium Aquamarine

📋 copy color: '#5FD0A1'

red 95 ◦ green 208 ◦ blue 161

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

Shades of Medium Aquamarine #5FD0A1

Tints of Medium Aquamarine #5FD0A1

RGB

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

 GREEN value IS 208 (81.64% from 255) = 44.83%

 BLUE value IS 161 (63.28% from 255) = 34.7%

R = 20.47%
G = 44.83%
B = 34.7%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.23

 K value IS 0.18

RGB Variations

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

Color information

#5FD0A1 (or 0x5FD0A1) is known color: Medium Aquamarine. HEX triplet: 5F, D0 and A1. RGB value is (95,208,161). Sum of RGB (Red+Green+Blue) = 95+208+161=464 (61% of max value = 765). Red value is 95 (37.5% from 255 or 20.47% from 464); Green value is 208 (81.64% from 255 or 44.83% from 464); Blue value is 161 (63.28% from 255 or 34.70% from 464); Max value from RGB is 208 - color contains mainly: green. Hex color #5FD0A1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FD0A1 is #A02F5E. Grayscale: #A8A8A8. Windows color (decimal): -10497887 or 10604639. OLE color: 10604639.

HSL color Cylindrical-coordinate representation of color #5FD0A1: hue angle of 155.04º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5FD0A1 is Cyan = 0.54, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.18.

Color convert

RGB 95 208 161 -
CMYK 0.54 0 0.23 0.18
HSL 155.04º 0.55% 0.59% -
HSV(B) 155.04º 0.54% 0.82% -
XYZ 33.71 50.12 41.62 -
YUV 168.86 123.56 75.32 -
System Red Green Blue C M Y K H S L
Decimal 95 208 161 0.54 0 0.23 0.18 155.04 0.55 0.59
Hex 5F D0 A1 36 0 17 12 9B 37 3B
Octal 137 320 241 66 0 27 22 233 67 73
Binary 1011111 11010000 10100001 110110 0 10111 10010 10011011 110111 111011

Color Harmonies of #5FD0A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FD0A1

Black with #5FD0A1

Text Example


Text Example

White with #5FD0A1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,208,161); }

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

background-color css

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

 a { background-color: rgb(95,208,161); }

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

border-color css

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

 span { border-color: rgb(95,208,161); }

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