Html Css Color HEX #2BFBA6 Medium Spring Green

📋 copy color: '#2BFBA6'

red 43 ◦ green 251 ◦ blue 166

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

Shades of Medium Spring Green #2BFBA6

Tints of Medium Spring Green #2BFBA6

RGB

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

 GREEN value IS 251 (98.44% from 255) = 54.57%

 BLUE value IS 166 (65.23% from 255) = 36.09%

R = 9.35%
G = 54.57%
B = 36.09%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.34

 K value IS 0.02

RGB Variations

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

Color information

#2BFBA6 (or 0x2BFBA6) is known color: Medium Spring Green. HEX triplet: 2B, FB and A6. RGB value is (43,251,166). Sum of RGB (Red+Green+Blue) = 43+251+166=460 (60% of max value = 765). Red value is 43 (17.19% from 255 or 9.35% from 460); Green value is 251 (98.44% from 255 or 54.57% from 460); Blue value is 166 (65.23% from 255 or 36.09% from 460); Max value from RGB is 251 - color contains mainly: green. Hex color #2BFBA6 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2BFBA6 is #D40459. Grayscale: #B3B3B3. Windows color (decimal): -13894746 or 10943275. OLE color: 10943275.

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

Color convert

RGB 43 251 166 -
CMYK 0.83 0 0.34 0.02
HSL 155.48º 0.96% 0.58% -
HSV(B) 155.48º 0.83% 0.98% -
XYZ 42.38 72.26 47.79 -
YUV 179.12 120.59 30.91 -
System Red Green Blue C M Y K H S L
Decimal 43 251 166 0.83 0 0.34 0.02 155.48 0.96 0.58
Hex 2B FB A6 53 0 22 2 9B 60 3A
Octal 53 373 246 123 0 42 2 233 140 72
Binary 101011 11111011 10100110 1010011 0 100010 10 10011011 1100000 111010

Color Harmonies of #2BFBA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BFBA6

Black with #2BFBA6

Text Example


Text Example

White with #2BFBA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,251,166); }

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

background-color css

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

 a { background-color: rgb(43,251,166); }

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

border-color css

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

 span { border-color: rgb(43,251,166); }

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