Html Css Color HEX #5FD8A3 Medium Aquamarine

📋 copy color: '#5FD8A3'

red 95 ◦ green 216 ◦ blue 163

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

Shades of Medium Aquamarine #5FD8A3

Tints of Medium Aquamarine #5FD8A3

RGB

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

 GREEN value IS 216 (84.77% from 255) = 45.57%

 BLUE value IS 163 (64.06% from 255) = 34.39%

R = 20.04%
G = 45.57%
B = 34.39%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.25

 K value IS 0.15

RGB Variations

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

Color information

#5FD8A3 (or 0x5FD8A3) is known color: Medium Aquamarine. HEX triplet: 5F, D8 and A3. RGB value is (95,216,163). Sum of RGB (Red+Green+Blue) = 95+216+163=474 (62% of max value = 765). Red value is 95 (37.5% from 255 or 20.04% from 474); Green value is 216 (84.77% from 255 or 45.57% from 474); Blue value is 163 (64.06% from 255 or 34.39% from 474); Max value from RGB is 216 - color contains mainly: green. Hex color #5FD8A3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FD8A3 is #A0275C. Grayscale: #ADADAD. Windows color (decimal): -10495837 or 10737759. OLE color: 10737759.

HSL color Cylindrical-coordinate representation of color #5FD8A3: hue angle of 153.72º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5FD8A3 is Cyan = 0.56, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.15.

Color convert

RGB 95 216 163 -
CMYK 0.56 0 0.25 0.15
HSL 153.72º 0.61% 0.61% -
HSV(B) 153.72º 0.56% 0.85% -
XYZ 35.89 54.19 43.22 -
YUV 173.78 121.91 71.81 -
System Red Green Blue C M Y K H S L
Decimal 95 216 163 0.56 0 0.25 0.15 153.72 0.61 0.61
Hex 5F D8 A3 38 0 19 F 9A 3D 3D
Octal 137 330 243 70 0 31 17 232 75 75
Binary 1011111 11011000 10100011 111000 0 11001 1111 10011010 111101 111101

Color Harmonies of #5FD8A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FD8A3

Black with #5FD8A3

Text Example


Text Example

White with #5FD8A3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,216,163); }

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

background-color css

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

 a { background-color: rgb(95,216,163); }

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

border-color css

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

 span { border-color: rgb(95,216,163); }

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