Html Css Color HEX #2BFAB1 Medium Spring Green

📋 copy color: '#2BFAB1'

red 43 ◦ green 250 ◦ blue 177

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

Shades of Medium Spring Green #2BFAB1

Tints of Medium Spring Green #2BFAB1

RGB

 RED value IS 43 (17.19% from 255) = 9.15%

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

 BLUE value IS 177 (69.53% from 255) = 37.66%

R = 9.15%
G = 53.19%
B = 37.66%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.29

 K value IS 0.02

RGB Variations

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

Color information

#2BFAB1 (or 0x2BFAB1) is known color: Medium Spring Green. HEX triplet: 2B, FA and B1. RGB value is (43,250,177). Sum of RGB (Red+Green+Blue) = 43+250+177=470 (62% of max value = 765). Red value is 43 (17.19% from 255 or 9.15% from 470); Green value is 250 (98.05% from 255 or 53.19% from 470); Blue value is 177 (69.53% from 255 or 37.66% from 470); Max value from RGB is 250 - color contains mainly: green. Hex color #2BFAB1 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2BFAB1 is #D4054E. Grayscale: #B3B3B3. Windows color (decimal): -13894991 or 11663915. OLE color: 11663915.

HSL color Cylindrical-coordinate representation of color #2BFAB1: hue angle of 158.84º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2BFAB1 is Cyan = 0.83, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.02.

Color convert

RGB 43 250 177 -
CMYK 0.83 0 0.29 0.02
HSL 158.84º 0.95% 0.57% -
HSV(B) 158.84º 0.83% 0.98% -
XYZ 43.12 72.06 53.23 -
YUV 179.79 126.42 30.44 -
System Red Green Blue C M Y K H S L
Decimal 43 250 177 0.83 0 0.29 0.02 158.84 0.95 0.57
Hex 2B FA B1 53 0 1D 2 9F 5F 39
Octal 53 372 261 123 0 35 2 237 137 71
Binary 101011 11111010 10110001 1010011 0 11101 10 10011111 1011111 111001

Color Harmonies of #2BFAB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BFAB1

Black with #2BFAB1

Text Example


Text Example

White with #2BFAB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2BFAB1; }

 p { color: rgb(43,250,177); }

 H1.HeaderClassName
 {
   color: #2BFAB1;
 }
 .AnyTagClassName
 {
   color: #2BFAB1;
 }
</style>

background-color css

<style>
 a { background-color: #2BFAB1; }

 a { background-color: rgb(43,250,177); }

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

border-color css

<style>
 span { border-color: #2BFAB1; }

 span { border-color: rgb(43,250,177); }

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