Html Css Color HEX #5FDAB5 Medium Aquamarine

📋 copy color: '#5FDAB5'

red 95 ◦ green 218 ◦ blue 181

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

Shades of Medium Aquamarine #5FDAB5

Tints of Medium Aquamarine #5FDAB5

RGB

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

 GREEN value IS 218 (85.55% from 255) = 44.13%

 BLUE value IS 181 (71.09% from 255) = 36.64%

R = 19.23%
G = 44.13%
B = 36.64%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.17

 K value IS 0.15

RGB Variations

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

Color information

#5FDAB5 (or 0x5FDAB5) is known color: Medium Aquamarine. HEX triplet: 5F, DA and B5. RGB value is (95,218,181). Sum of RGB (Red+Green+Blue) = 95+218+181=494 (65% of max value = 765). Red value is 95 (37.5% from 255 or 19.23% from 494); Green value is 218 (85.55% from 255 or 44.13% from 494); Blue value is 181 (71.09% from 255 or 36.64% from 494); Max value from RGB is 218 - color contains mainly: green. Hex color #5FDAB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FDAB5 is #A0254A. Grayscale: #B1B1B1. Windows color (decimal): -10495307 or 11917919. OLE color: 11917919.

HSL color Cylindrical-coordinate representation of color #5FDAB5: hue angle of 161.95º degrees, saturation: 0.62, 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 #5FDAB5 is Cyan = 0.56, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.15.

Color convert

RGB 95 218 181 -
CMYK 0.56 0 0.17 0.15
HSL 161.95º 0.62% 0.61% -
HSV(B) 161.95º 0.56% 0.85% -
XYZ 38.13 55.91 52.5 -
YUV 177.01 130.25 69.51 -
System Red Green Blue C M Y K H S L
Decimal 95 218 181 0.56 0 0.17 0.15 161.95 0.62 0.61
Hex 5F DA B5 38 0 11 F A2 3E 3D
Octal 137 332 265 70 0 21 17 242 76 75
Binary 1011111 11011010 10110101 111000 0 10001 1111 10100010 111110 111101

Color Harmonies of #5FDAB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FDAB5

Black with #5FDAB5

Text Example


Text Example

White with #5FDAB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,218,181); }

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

background-color css

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

 a { background-color: rgb(95,218,181); }

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

border-color css

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

 span { border-color: rgb(95,218,181); }

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