Html Css Color HEX #5FFAAC Medium Aquamarine

📋 copy color: '#5FFAAC'

red 95 ◦ green 250 ◦ blue 172

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

Shades of Medium Aquamarine #5FFAAC

Tints of Medium Aquamarine #5FFAAC

RGB

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

 GREEN value IS 250 (98.05% from 255) = 48.36%

 BLUE value IS 172 (67.58% from 255) = 33.27%

R = 18.38%
G = 48.36%
B = 33.27%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.31

 K value IS 0.02

RGB Variations

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

Color information

#5FFAAC (or 0x5FFAAC) is known color: Medium Aquamarine. HEX triplet: 5F, FA and AC. RGB value is (95,250,172). Sum of RGB (Red+Green+Blue) = 95+250+172=517 (68% of max value = 765). Red value is 95 (37.5% from 255 or 18.38% from 517); Green value is 250 (98.05% from 255 or 48.36% from 517); Blue value is 172 (67.58% from 255 or 33.27% from 517); Max value from RGB is 250 - color contains mainly: green. Hex color #5FFAAC is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5FFAAC is #A00553. Grayscale: #C2C2C2. Windows color (decimal): -10487124 or 11336287. OLE color: 11336287.

HSL color Cylindrical-coordinate representation of color #5FFAAC: hue angle of 149.81º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5FFAAC is Cyan = 0.62, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.02.

Color convert

RGB 95 250 172 -
CMYK 0.62 0 0.31 0.02
HSL 149.81º 0.94% 0.68% -
HSV(B) 149.81º 0.62% 0.98% -
XYZ 46.35 73.78 50.83 -
YUV 194.76 115.15 56.84 -
System Red Green Blue C M Y K H S L
Decimal 95 250 172 0.62 0 0.31 0.02 149.81 0.94 0.68
Hex 5F FA AC 3E 0 1F 2 96 5E 44
Octal 137 372 254 76 0 37 2 226 136 104
Binary 1011111 11111010 10101100 111110 0 11111 10 10010110 1011110 1000100

Color Harmonies of #5FFAAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FFAAC

Black with #5FFAAC

Text Example


Text Example

White with #5FFAAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,250,172); }

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

background-color css

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

 a { background-color: rgb(95,250,172); }

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

border-color css

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

 span { border-color: rgb(95,250,172); }

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