Html Css Color HEX #5FDDAF Medium Aquamarine

📋 copy color: '#5FDDAF'

red 95 ◦ green 221 ◦ blue 175

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

Shades of Medium Aquamarine #5FDDAF

Tints of Medium Aquamarine #5FDDAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 35.64%

R = 19.35%
G = 45.01%
B = 35.64%

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

#5FDDAF (or 0x5FDDAF) is known color: Medium Aquamarine. HEX triplet: 5F, DD and AF. RGB value is (95,221,175). Sum of RGB (Red+Green+Blue) = 95+221+175=491 (65% of max value = 765). Red value is 95 (37.5% from 255 or 19.35% from 491); Green value is 221 (86.72% from 255 or 45.01% from 491); Blue value is 175 (68.75% from 255 or 35.64% from 491); Max value from RGB is 221 - color contains mainly: green. Hex color #5FDDAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FDDAF is #A02250. Grayscale: #B2B2B2. Windows color (decimal): -10494545 or 11525471. OLE color: 11525471.

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

Color convert

RGB 95 221 175 -
CMYK 0.57 0 0.21 0.13
HSL 158.1º 0.65% 0.62% -
HSV(B) 158.1º 0.57% 0.87% -
XYZ 38.31 57.24 49.59 -
YUV 178.08 126.26 68.74 -
System Red Green Blue C M Y K H S L
Decimal 95 221 175 0.57 0 0.21 0.13 158.1 0.65 0.62
Hex 5F DD AF 39 0 15 D 9E 41 3E
Octal 137 335 257 71 0 25 15 236 101 76
Binary 1011111 11011101 10101111 111001 0 10101 1101 10011110 1000001 111110

Color Harmonies of #5FDDAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FDDAF

Black with #5FDDAF

Text Example


Text Example

White with #5FDDAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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