Html Css Color HEX #5FD09D Medium Aquamarine

📋 copy color: '#5FD09D'

red 95 ◦ green 208 ◦ blue 157

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

Shades of Medium Aquamarine #5FD09D

Tints of Medium Aquamarine #5FD09D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 34.13%

R = 20.65%
G = 45.22%
B = 34.13%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.25

 K value IS 0.18

RGB Variations

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

Color information

#5FD09D (or 0x5FD09D) is known color: Medium Aquamarine. HEX triplet: 5F, D0 and 9D. RGB value is (95,208,157). Sum of RGB (Red+Green+Blue) = 95+208+157=460 (60% of max value = 765). Red value is 95 (37.5% from 255 or 20.65% from 460); Green value is 208 (81.64% from 255 or 45.22% from 460); Blue value is 157 (61.72% from 255 or 34.13% from 460); Max value from RGB is 208 - color contains mainly: green. Hex color #5FD09D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FD09D is #A02F62. Grayscale: #A8A8A8. Windows color (decimal): -10497891 or 10342495. OLE color: 10342495.

HSL color Cylindrical-coordinate representation of color #5FD09D: hue angle of 152.92º 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 #5FD09D is Cyan = 0.54, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.18.

Color convert

RGB 95 208 157 -
CMYK 0.54 0 0.25 0.18
HSL 152.92º 0.55% 0.59% -
HSV(B) 152.92º 0.54% 0.82% -
XYZ 33.36 49.98 39.79 -
YUV 168.4 121.56 75.65 -
System Red Green Blue C M Y K H S L
Decimal 95 208 157 0.54 0 0.25 0.18 152.92 0.55 0.59
Hex 5F D0 9D 36 0 19 12 99 37 3B
Octal 137 320 235 66 0 31 22 231 67 73
Binary 1011111 11010000 10011101 110110 0 11001 10010 10011001 110111 111011

Color Harmonies of #5FD09D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FD09D

Black with #5FD09D

Text Example


Text Example

White with #5FD09D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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