Html Css Color HEX #5FD69D Medium Aquamarine

📋 copy color: '#5FD69D'

red 95 ◦ green 214 ◦ blue 157

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

Shades of Medium Aquamarine #5FD69D

Tints of Medium Aquamarine #5FD69D

RGB

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

 GREEN value IS 214 (83.98% from 255) = 45.92%

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

R = 20.39%
G = 45.92%
B = 33.69%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.27

 K value IS 0.16

RGB Variations

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

Color information

#5FD69D (or 0x5FD69D) is known color: Medium Aquamarine. HEX triplet: 5F, D6 and 9D. RGB value is (95,214,157). Sum of RGB (Red+Green+Blue) = 95+214+157=466 (61% of max value = 765). Red value is 95 (37.5% from 255 or 20.39% from 466); Green value is 214 (83.98% from 255 or 45.92% from 466); Blue value is 157 (61.72% from 255 or 33.69% from 466); Max value from RGB is 214 - color contains mainly: green. Hex color #5FD69D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FD69D is #A02962. Grayscale: #ACACAC. Windows color (decimal): -10496355 or 10344031. OLE color: 10344031.

HSL color Cylindrical-coordinate representation of color #5FD69D: hue angle of 151.26º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5FD69D is Cyan = 0.56, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.16.

Color convert

RGB 95 214 157 -
CMYK 0.56 0 0.27 0.16
HSL 151.26º 0.59% 0.61% -
HSV(B) 151.26º 0.56% 0.84% -
XYZ 34.85 52.96 40.28 -
YUV 171.92 119.58 73.13 -
System Red Green Blue C M Y K H S L
Decimal 95 214 157 0.56 0 0.27 0.16 151.26 0.59 0.61
Hex 5F D6 9D 38 0 1B 10 97 3B 3D
Octal 137 326 235 70 0 33 20 227 73 75
Binary 1011111 11010110 10011101 111000 0 11011 10000 10010111 111011 111101

Color Harmonies of #5FD69D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FD69D

Black with #5FD69D

Text Example


Text Example

White with #5FD69D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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