Html Css Color HEX #5FDDAE Medium Aquamarine

📋 copy color: '#5FDDAE'

red 95 ◦ green 221 ◦ blue 174

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

Shades of Medium Aquamarine #5FDDAE

Tints of Medium Aquamarine #5FDDAE

RGB

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

 GREEN value IS 221 (86.72% from 255) = 45.1%

 BLUE value IS 174 (68.36% from 255) = 35.51%

R = 19.39%
G = 45.1%
B = 35.51%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#5FDDAE (or 0x5FDDAE) is known color: Medium Aquamarine. HEX triplet: 5F, DD and AE. RGB value is (95,221,174). Sum of RGB (Red+Green+Blue) = 95+221+174=490 (64% of max value = 765). Red value is 95 (37.5% from 255 or 19.39% from 490); Green value is 221 (86.72% from 255 or 45.10% from 490); Blue value is 174 (68.36% from 255 or 35.51% from 490); Max value from RGB is 221 - color contains mainly: green. Hex color #5FDDAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FDDAE is #A02251. Grayscale: #B2B2B2. Windows color (decimal): -10494546 or 11459935. OLE color: 11459935.

HSL color Cylindrical-coordinate representation of color #5FDDAE: hue angle of 157.62º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5FDDAE is Cyan = 0.57, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.

Color convert

RGB 95 221 174 -
CMYK 0.57 0 0.21 0.13
HSL 157.62º 0.65% 0.62% -
HSV(B) 157.62º 0.57% 0.87% -
XYZ 38.22 57.2 49.07 -
YUV 177.97 125.76 68.82 -
System Red Green Blue C M Y K H S L
Decimal 95 221 174 0.57 0 0.21 0.13 157.62 0.65 0.62
Hex 5F DD AE 39 0 15 D 9E 41 3E
Octal 137 335 256 71 0 25 15 236 101 76
Binary 1011111 11011101 10101110 111001 0 10101 1101 10011110 1000001 111110

Color Harmonies of #5FDDAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FDDAE

Black with #5FDDAE

Text Example


Text Example

White with #5FDDAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,221,174); }

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

background-color css

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

 a { background-color: rgb(95,221,174); }

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

border-color css

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

 span { border-color: rgb(95,221,174); }

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