Html Css Color HEX #5FF2AA Medium Aquamarine

📋 copy color: '#5FF2AA'

red 95 ◦ green 242 ◦ blue 170

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

Shades of Medium Aquamarine #5FF2AA

Tints of Medium Aquamarine #5FF2AA

RGB

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

 GREEN value IS 242 (94.92% from 255) = 47.73%

 BLUE value IS 170 (66.8% from 255) = 33.53%

R = 18.74%
G = 47.73%
B = 33.53%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.30

 K value IS 0.05

RGB Variations

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

Color information

#5FF2AA (or 0x5FF2AA) is known color: Medium Aquamarine. HEX triplet: 5F, F2 and AA. RGB value is (95,242,170). Sum of RGB (Red+Green+Blue) = 95+242+170=507 (67% of max value = 765). Red value is 95 (37.5% from 255 or 18.74% from 507); Green value is 242 (94.92% from 255 or 47.73% from 507); Blue value is 170 (66.80% from 255 or 33.53% from 507); Max value from RGB is 242 - color contains mainly: green. Hex color #5FF2AA is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5FF2AA is #A00D55. Grayscale: #BDBDBD. Windows color (decimal): -10489174 or 11203167. OLE color: 11203167.

HSL color Cylindrical-coordinate representation of color #5FF2AA: hue angle of 150.61º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5FF2AA is Cyan = 0.61, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.05.

Color convert

RGB 95 242 170 -
CMYK 0.61 0 0.30 0.05
HSL 150.61º 0.85% 0.66% -
HSV(B) 150.61º 0.61% 0.95% -
XYZ 43.73 68.84 49.01 -
YUV 189.84 116.8 60.35 -
System Red Green Blue C M Y K H S L
Decimal 95 242 170 0.61 0 0.30 0.05 150.61 0.85 0.66
Hex 5F F2 AA 3D 0 1E 5 97 55 42
Octal 137 362 252 75 0 36 5 227 125 102
Binary 1011111 11110010 10101010 111101 0 11110 101 10010111 1010101 1000010

Color Harmonies of #5FF2AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FF2AA

Black with #5FF2AA

Text Example


Text Example

White with #5FF2AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,242,170); }

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

background-color css

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

 a { background-color: rgb(95,242,170); }

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

border-color css

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

 span { border-color: rgb(95,242,170); }

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