Html Css Color HEX #5FD2A5 Medium Aquamarine

📋 copy color: '#5FD2A5'

red 95 ◦ green 210 ◦ blue 165

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

Shades of Medium Aquamarine #5FD2A5

Tints of Medium Aquamarine #5FD2A5

RGB

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

 GREEN value IS 210 (82.42% from 255) = 44.68%

 BLUE value IS 165 (64.84% from 255) = 35.11%

R = 20.21%
G = 44.68%
B = 35.11%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.21

 K value IS 0.18

RGB Variations

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

Color information

#5FD2A5 (or 0x5FD2A5) is known color: Medium Aquamarine. HEX triplet: 5F, D2 and A5. RGB value is (95,210,165). Sum of RGB (Red+Green+Blue) = 95+210+165=470 (62% of max value = 765). Red value is 95 (37.5% from 255 or 20.21% from 470); Green value is 210 (82.42% from 255 or 44.68% from 470); Blue value is 165 (64.84% from 255 or 35.11% from 470); Max value from RGB is 210 - color contains mainly: green. Hex color #5FD2A5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FD2A5 is #A02D5A. Grayscale: #AAAAAA. Windows color (decimal): -10497371 or 10867295. OLE color: 10867295.

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

Color convert

RGB 95 210 165 -
CMYK 0.55 0 0.21 0.18
HSL 156.52º 0.56% 0.6% -
HSV(B) 156.52º 0.55% 0.82% -
XYZ 34.56 51.24 43.67 -
YUV 170.49 124.9 74.16 -
System Red Green Blue C M Y K H S L
Decimal 95 210 165 0.55 0 0.21 0.18 156.52 0.56 0.6
Hex 5F D2 A5 37 0 15 12 9D 38 3C
Octal 137 322 245 67 0 25 22 235 70 74
Binary 1011111 11010010 10100101 110111 0 10101 10010 10011101 111000 111100

Color Harmonies of #5FD2A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FD2A5

Black with #5FD2A5

Text Example


Text Example

White with #5FD2A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,210,165); }

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

background-color css

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

 a { background-color: rgb(95,210,165); }

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

border-color css

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

 span { border-color: rgb(95,210,165); }

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