Html Css Color HEX #5FF29C Medium Aquamarine

📋 copy color: '#5FF29C'

red 95 ◦ green 242 ◦ blue 156

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

Shades of Medium Aquamarine #5FF29C

Tints of Medium Aquamarine #5FF29C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 31.64%

R = 19.27%
G = 49.09%
B = 31.64%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.36

 K value IS 0.05

RGB Variations

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

Color information

#5FF29C (or 0x5FF29C) is known color: Medium Aquamarine. HEX triplet: 5F, F2 and 9C. RGB value is (95,242,156). Sum of RGB (Red+Green+Blue) = 95+242+156=493 (65% of max value = 765). Red value is 95 (37.5% from 255 or 19.27% from 493); Green value is 242 (94.92% from 255 or 49.09% from 493); Blue value is 156 (61.33% from 255 or 31.64% from 493); Max value from RGB is 242 - color contains mainly: green. Hex color #5FF29C is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5FF29C is #A00D63. Grayscale: #BCBCBC. Windows color (decimal): -10489188 or 10285663. OLE color: 10285663.

HSL color Cylindrical-coordinate representation of color #5FF29C: hue angle of 144.9º 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 #5FF29C is Cyan = 0.61, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.05.

Color convert

RGB 95 242 156 -
CMYK 0.61 0 0.36 0.05
HSL 144.9º 0.85% 0.66% -
HSV(B) 144.9º 0.61% 0.95% -
XYZ 42.47 68.34 42.4 -
YUV 188.24 109.8 61.49 -
System Red Green Blue C M Y K H S L
Decimal 95 242 156 0.61 0 0.36 0.05 144.9 0.85 0.66
Hex 5F F2 9C 3D 0 24 5 91 55 42
Octal 137 362 234 75 0 44 5 221 125 102
Binary 1011111 11110010 10011100 111101 0 100100 101 10010001 1010101 1000010

Color Harmonies of #5FF29C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FF29C

Black with #5FF29C

Text Example


Text Example

White with #5FF29C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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