Html Css Color HEX #2BFDAB Medium Spring Green

📋 copy color: '#2BFDAB'

red 43 ◦ green 253 ◦ blue 171

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

Shades of Medium Spring Green #2BFDAB

Tints of Medium Spring Green #2BFDAB

RGB

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

 GREEN value IS 253 (99.22% from 255) = 54.18%

 BLUE value IS 171 (67.19% from 255) = 36.62%

R = 9.21%
G = 54.18%
B = 36.62%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.32

 K value IS 0.01

RGB Variations

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

Color information

#2BFDAB (or 0x2BFDAB) is known color: Medium Spring Green. HEX triplet: 2B, FD and AB. RGB value is (43,253,171). Sum of RGB (Red+Green+Blue) = 43+253+171=467 (61% of max value = 765). Red value is 43 (17.19% from 255 or 9.21% from 467); Green value is 253 (99.22% from 255 or 54.18% from 467); Blue value is 171 (67.19% from 255 or 36.62% from 467); Max value from RGB is 253 - color contains mainly: green. Hex color #2BFDAB is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2BFDAB is #D40254. Grayscale: #B4B4B4. Windows color (decimal): -13894229 or 11271467. OLE color: 11271467.

HSL color Cylindrical-coordinate representation of color #2BFDAB: hue angle of 156.57º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2BFDAB is Cyan = 0.83, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.

Color convert

RGB 43 253 171 -
CMYK 0.83 0 0.32 0.01
HSL 156.57º 0.98% 0.58% -
HSV(B) 156.57º 0.83% 0.99% -
XYZ 43.47 73.7 50.46 -
YUV 180.86 122.43 29.67 -
System Red Green Blue C M Y K H S L
Decimal 43 253 171 0.83 0 0.32 0.01 156.57 0.98 0.58
Hex 2B FD AB 53 0 20 1 9D 62 3A
Octal 53 375 253 123 0 40 1 235 142 72
Binary 101011 11111101 10101011 1010011 0 100000 1 10011101 1100010 111010

Color Harmonies of #2BFDAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BFDAB

Black with #2BFDAB

Text Example


Text Example

White with #2BFDAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,253,171); }

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

background-color css

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

 a { background-color: rgb(43,253,171); }

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

border-color css

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

 span { border-color: rgb(43,253,171); }

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