Html Css Color HEX #2BFFA6 Medium Spring Green

📋 copy color: '#2BFFA6'

red 43 ◦ green 255 ◦ blue 166

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

Shades of Medium Spring Green #2BFFA6

Tints of Medium Spring Green #2BFFA6

RGB

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

 GREEN value IS 255 (100% from 255) = 54.96%

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

R = 9.27%
G = 54.96%
B = 35.78%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.35

 K value IS 0

RGB Variations

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

Color information

#2BFFA6 (or 0x2BFFA6) is known color: Medium Spring Green. HEX triplet: 2B, FF and A6. RGB value is (43,255,166). Sum of RGB (Red+Green+Blue) = 43+255+166=464 (61% of max value = 765). Red value is 43 (17.19% from 255 or 9.27% from 464); Green value is 255 (100% from 255 or 54.96% from 464); Blue value is 166 (65.23% from 255 or 35.78% from 464); Max value from RGB is 255 - color contains mainly: green. Hex color #2BFFA6 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2BFFA6 is #D40059. Grayscale: #B5B5B5. Windows color (decimal): -13893722 or 10944299. OLE color: 10944299.

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

Color convert

RGB 43 255 166 -
CMYK 0.83 0 0.35 0
HSL 154.81º 1% 0.58% -
HSV(B) 154.81º 0.83% 1% -
XYZ 43.64 74.79 48.21 -
YUV 181.47 119.26 29.24 -
System Red Green Blue C M Y K H S L
Decimal 43 255 166 0.83 0 0.35 0 154.81 1 0.58
Hex 2B FF A6 53 0 23 0 9B 64 3A
Octal 53 377 246 123 0 43 0 233 144 72
Binary 101011 11111111 10100110 1010011 0 100011 0 10011011 1100100 111010

Color Harmonies of #2BFFA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BFFA6

Black with #2BFFA6

Text Example


Text Example

White with #2BFFA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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