Html Css Color HEX #5FDDAB Medium Aquamarine

📋 copy color: '#5FDDAB'

red 95 ◦ green 221 ◦ blue 171

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

Shades of Medium Aquamarine #5FDDAB

Tints of Medium Aquamarine #5FDDAB

RGB

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

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

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

R = 19.51%
G = 45.38%
B = 35.11%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#5FDDAB (or 0x5FDDAB) is known color: Medium Aquamarine. HEX triplet: 5F, DD and AB. RGB value is (95,221,171). Sum of RGB (Red+Green+Blue) = 95+221+171=487 (64% of max value = 765). Red value is 95 (37.5% from 255 or 19.51% from 487); Green value is 221 (86.72% from 255 or 45.38% from 487); Blue value is 171 (67.19% from 255 or 35.11% from 487); Max value from RGB is 221 - color contains mainly: green. Hex color #5FDDAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FDDAB is #A02254. Grayscale: #B1B1B1. Windows color (decimal): -10494549 or 11263327. OLE color: 11263327.

HSL color Cylindrical-coordinate representation of color #5FDDAB: hue angle of 156.19º 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 #5FDDAB is Cyan = 0.57, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB 95 221 171 -
CMYK 0.57 0 0.23 0.13
HSL 156.19º 0.65% 0.62% -
HSV(B) 156.19º 0.57% 0.87% -
XYZ 37.93 57.09 47.55 -
YUV 177.63 124.26 69.07 -
System Red Green Blue C M Y K H S L
Decimal 95 221 171 0.57 0 0.23 0.13 156.19 0.65 0.62
Hex 5F DD AB 39 0 17 D 9C 41 3E
Octal 137 335 253 71 0 27 15 234 101 76
Binary 1011111 11011101 10101011 111001 0 10111 1101 10011100 1000001 111110

Color Harmonies of #5FDDAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FDDAB

Black with #5FDDAB

Text Example


Text Example

White with #5FDDAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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