Html Css Color HEX #2BFAB2 Medium Spring Green

📋 copy color: '#2BFAB2'

red 43 ◦ green 250 ◦ blue 178

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

Shades of Medium Spring Green #2BFAB2

Tints of Medium Spring Green #2BFAB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 37.79%

R = 9.13%
G = 53.08%
B = 37.79%

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

#2BFAB2 (or 0x2BFAB2) is known color: Medium Spring Green. HEX triplet: 2B, FA and B2. RGB value is (43,250,178). Sum of RGB (Red+Green+Blue) = 43+250+178=471 (62% of max value = 765). Red value is 43 (17.19% from 255 or 9.13% from 471); Green value is 250 (98.05% from 255 or 53.08% from 471); Blue value is 178 (69.92% from 255 or 37.79% from 471); Max value from RGB is 250 - color contains mainly: green. Hex color #2BFAB2 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2BFAB2 is #D4054D. Grayscale: #B3B3B3. Windows color (decimal): -13894990 or 11729451. OLE color: 11729451.

HSL color Cylindrical-coordinate representation of color #2BFAB2: hue angle of 159.13º 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 #2BFAB2 is Cyan = 0.83, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.02.

Color convert

RGB 43 250 178 -
CMYK 0.83 0 0.29 0.02
HSL 159.13º 0.95% 0.57% -
HSV(B) 159.13º 0.83% 0.98% -
XYZ 43.22 72.1 53.76 -
YUV 179.9 126.92 30.35 -
System Red Green Blue C M Y K H S L
Decimal 43 250 178 0.83 0 0.29 0.02 159.13 0.95 0.57
Hex 2B FA B2 53 0 1D 2 9F 5F 39
Octal 53 372 262 123 0 35 2 237 137 71
Binary 101011 11111010 10110010 1010011 0 11101 10 10011111 1011111 111001

Color Harmonies of #2BFAB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BFAB2

Black with #2BFAB2

Text Example


Text Example

White with #2BFAB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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