Html Css Color HEX #5FD0AF Medium Aquamarine

📋 copy color: '#5FD0AF'

red 95 ◦ green 208 ◦ blue 175

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

Shades of Medium Aquamarine #5FD0AF

Tints of Medium Aquamarine #5FD0AF

RGB

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

 GREEN value IS 208 (81.64% from 255) = 43.51%

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

R = 19.87%
G = 43.51%
B = 36.61%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.16

 K value IS 0.18

RGB Variations

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

Color information

#5FD0AF (or 0x5FD0AF) is known color: Medium Aquamarine. HEX triplet: 5F, D0 and AF. RGB value is (95,208,175). Sum of RGB (Red+Green+Blue) = 95+208+175=478 (63% of max value = 765). Red value is 95 (37.5% from 255 or 19.87% from 478); Green value is 208 (81.64% from 255 or 43.51% from 478); Blue value is 175 (68.75% from 255 or 36.61% from 478); Max value from RGB is 208 - color contains mainly: green. Hex color #5FD0AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FD0AF is #A02F50. Grayscale: #AAAAAA. Windows color (decimal): -10497873 or 11522143. OLE color: 11522143.

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

Color convert

RGB 95 208 175 -
CMYK 0.54 0 0.16 0.18
HSL 162.48º 0.55% 0.59% -
HSV(B) 162.48º 0.54% 0.82% -
XYZ 35.01 50.64 48.49 -
YUV 170.45 130.56 74.18 -
System Red Green Blue C M Y K H S L
Decimal 95 208 175 0.54 0 0.16 0.18 162.48 0.55 0.59
Hex 5F D0 AF 36 0 10 12 A2 37 3B
Octal 137 320 257 66 0 20 22 242 67 73
Binary 1011111 11010000 10101111 110110 0 10000 10010 10100010 110111 111011

Color Harmonies of #5FD0AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FD0AF

Black with #5FD0AF

Text Example


Text Example

White with #5FD0AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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