Html Css Color HEX #5FDCAF Medium Aquamarine

📋 copy color: '#5FDCAF'

red 95 ◦ green 220 ◦ blue 175

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

Shades of Medium Aquamarine #5FDCAF

Tints of Medium Aquamarine #5FDCAF

RGB

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

 GREEN value IS 220 (86.33% from 255) = 44.9%

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

R = 19.39%
G = 44.9%
B = 35.71%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.20

 K value IS 0.14

RGB Variations

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

Color information

#5FDCAF (or 0x5FDCAF) is known color: Medium Aquamarine. HEX triplet: 5F, DC and AF. RGB value is (95,220,175). Sum of RGB (Red+Green+Blue) = 95+220+175=490 (64% of max value = 765). Red value is 95 (37.5% from 255 or 19.39% from 490); Green value is 220 (86.33% from 255 or 44.90% from 490); Blue value is 175 (68.75% from 255 or 35.71% from 490); Max value from RGB is 220 - color contains mainly: green. Hex color #5FDCAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FDCAF is #A02350. Grayscale: #B1B1B1. Windows color (decimal): -10494801 or 11525215. OLE color: 11525215.

HSL color Cylindrical-coordinate representation of color #5FDCAF: hue angle of 158.4º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5FDCAF is Cyan = 0.57, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.

Color convert

RGB 95 220 175 -
CMYK 0.57 0 0.20 0.14
HSL 158.4º 0.64% 0.62% -
HSV(B) 158.4º 0.57% 0.86% -
XYZ 38.05 56.71 49.5 -
YUV 177.5 126.59 69.16 -
System Red Green Blue C M Y K H S L
Decimal 95 220 175 0.57 0 0.20 0.14 158.4 0.64 0.62
Hex 5F DC AF 39 0 14 E 9E 40 3E
Octal 137 334 257 71 0 24 16 236 100 76
Binary 1011111 11011100 10101111 111001 0 10100 1110 10011110 1000000 111110

Color Harmonies of #5FDCAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FDCAF

Black with #5FDCAF

Text Example


Text Example

White with #5FDCAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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