Html Css Color HEX #2BFEA6 Medium Spring Green

📋 copy color: '#2BFEA6'

red 43 ◦ green 254 ◦ blue 166

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

Shades of Medium Spring Green #2BFEA6

Tints of Medium Spring Green #2BFEA6

RGB

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

 GREEN value IS 254 (99.61% from 255) = 54.86%

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

R = 9.29%
G = 54.86%
B = 35.85%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.35

 K value IS 0.00

RGB Variations

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

Color information

#2BFEA6 (or 0x2BFEA6) is known color: Medium Spring Green. HEX triplet: 2B, FE and A6. RGB value is (43,254,166). Sum of RGB (Red+Green+Blue) = 43+254+166=463 (61% of max value = 765). Red value is 43 (17.19% from 255 or 9.29% from 463); Green value is 254 (99.61% from 255 or 54.86% from 463); Blue value is 166 (65.23% from 255 or 35.85% from 463); Max value from RGB is 254 - color contains mainly: green. Hex color #2BFEA6 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2BFEA6 is #D40159. Grayscale: #B5B5B5. Windows color (decimal): -13893978 or 10944043. OLE color: 10944043.

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

Color convert

RGB 43 254 166 -
CMYK 0.83 0 0.35 0.00
HSL 154.98º 0.99% 0.58% -
HSV(B) 154.98º 0.83% 1% -
XYZ 43.32 74.15 48.11 -
YUV 180.88 119.6 29.66 -
System Red Green Blue C M Y K H S L
Decimal 43 254 166 0.83 0 0.35 0.00 154.98 0.99 0.58
Hex 2B FE A6 53 0 23 0 9B 63 3A
Octal 53 376 246 123 0 43 0 233 143 72
Binary 101011 11111110 10100110 1010011 0 100011 0 10011011 1100011 111010

Color Harmonies of #2BFEA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BFEA6

Black with #2BFEA6

Text Example


Text Example

White with #2BFEA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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