Html Css Color HEX #5FD5AF Medium Aquamarine

📋 copy color: '#5FD5AF'

red 95 ◦ green 213 ◦ blue 175

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

Shades of Medium Aquamarine #5FD5AF

Tints of Medium Aquamarine #5FD5AF

RGB

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

 GREEN value IS 213 (83.59% from 255) = 44.1%

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

R = 19.67%
G = 44.1%
B = 36.23%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.18

 K value IS 0.16

RGB Variations

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

Color information

#5FD5AF (or 0x5FD5AF) is known color: Medium Aquamarine. HEX triplet: 5F, D5 and AF. RGB value is (95,213,175). Sum of RGB (Red+Green+Blue) = 95+213+175=483 (63% of max value = 765). Red value is 95 (37.5% from 255 or 19.67% from 483); Green value is 213 (83.59% from 255 or 44.10% from 483); Blue value is 175 (68.75% from 255 or 36.23% from 483); Max value from RGB is 213 - color contains mainly: green. Hex color #5FD5AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FD5AF is #A02A50. Grayscale: #ADADAD. Windows color (decimal): -10496593 or 11523423. OLE color: 11523423.

HSL color Cylindrical-coordinate representation of color #5FD5AF: hue angle of 160.68º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5FD5AF is Cyan = 0.55, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.16.

Color convert

RGB 95 213 175 -
CMYK 0.55 0 0.18 0.16
HSL 160.68º 0.58% 0.6% -
HSV(B) 160.68º 0.55% 0.84% -
XYZ 36.25 53.12 48.9 -
YUV 173.39 128.91 72.09 -
System Red Green Blue C M Y K H S L
Decimal 95 213 175 0.55 0 0.18 0.16 160.68 0.58 0.6
Hex 5F D5 AF 37 0 12 10 A1 3A 3C
Octal 137 325 257 67 0 22 20 241 72 74
Binary 1011111 11010101 10101111 110111 0 10010 10000 10100001 111010 111100

Color Harmonies of #5FD5AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FD5AF

Black with #5FD5AF

Text Example


Text Example

White with #5FD5AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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