Html Css Color HEX #5FDFAF Medium Aquamarine

📋 copy color: '#5FDFAF'

red 95 ◦ green 223 ◦ blue 175

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

Shades of Medium Aquamarine #5FDFAF

Tints of Medium Aquamarine #5FDFAF

RGB

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

 GREEN value IS 223 (87.5% from 255) = 45.23%

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

R = 19.27%
G = 45.23%
B = 35.5%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#5FDFAF (or 0x5FDFAF) is known color: Medium Aquamarine. HEX triplet: 5F, DF and AF. RGB value is (95,223,175). Sum of RGB (Red+Green+Blue) = 95+223+175=493 (65% of max value = 765). Red value is 95 (37.5% from 255 or 19.27% from 493); Green value is 223 (87.5% from 255 or 45.23% from 493); Blue value is 175 (68.75% from 255 or 35.50% from 493); Max value from RGB is 223 - color contains mainly: green. Hex color #5FDFAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FDFAF is #A02050. Grayscale: #B3B3B3. Windows color (decimal): -10494033 or 11525983. OLE color: 11525983.

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

Color convert

RGB 95 223 175 -
CMYK 0.57 0 0.22 0.13
HSL 157.5º 0.67% 0.62% -
HSV(B) 157.5º 0.57% 0.87% -
XYZ 38.84 58.3 49.76 -
YUV 179.26 125.59 67.9 -
System Red Green Blue C M Y K H S L
Decimal 95 223 175 0.57 0 0.22 0.13 157.5 0.67 0.62
Hex 5F DF AF 39 0 16 D 9E 43 3E
Octal 137 337 257 71 0 26 15 236 103 76
Binary 1011111 11011111 10101111 111001 0 10110 1101 10011110 1000011 111110

Color Harmonies of #5FDFAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FDFAF

Black with #5FDFAF

Text Example


Text Example

White with #5FDFAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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