Html Css Color HEX #5FF29B Medium Aquamarine

📋 copy color: '#5FF29B'

red 95 ◦ green 242 ◦ blue 155

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

Shades of Medium Aquamarine #5FF29B

Tints of Medium Aquamarine #5FF29B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 31.5%

R = 19.31%
G = 49.19%
B = 31.5%

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

#5FF29B (or 0x5FF29B) is known color: Medium Aquamarine. HEX triplet: 5F, F2 and 9B. RGB value is (95,242,155). Sum of RGB (Red+Green+Blue) = 95+242+155=492 (65% of max value = 765). Red value is 95 (37.5% from 255 or 19.31% from 492); Green value is 242 (94.92% from 255 or 49.19% from 492); Blue value is 155 (60.94% from 255 or 31.50% from 492); Max value from RGB is 242 - color contains mainly: green. Hex color #5FF29B is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5FF29B is #A00D64. Grayscale: #BCBCBC. Windows color (decimal): -10489189 or 10220127. OLE color: 10220127.

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

Color convert

RGB 95 242 155 -
CMYK 0.61 0 0.36 0.05
HSL 144.49º 0.85% 0.66% -
HSV(B) 144.49º 0.61% 0.95% -
XYZ 42.39 68.3 41.96 -
YUV 188.13 109.3 61.57 -
System Red Green Blue C M Y K H S L
Decimal 95 242 155 0.61 0 0.36 0.05 144.49 0.85 0.66
Hex 5F F2 9B 3D 0 24 5 90 55 42
Octal 137 362 233 75 0 44 5 220 125 102
Binary 1011111 11110010 10011011 111101 0 100100 101 10010000 1010101 1000010

Color Harmonies of #5FF29B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FF29B

Black with #5FF29B

Text Example


Text Example

White with #5FF29B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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