Html Css Color HEX #2BBA68 Medium Sea Green

📋 copy color: '#2BBA68'

red 43 ◦ green 186 ◦ blue 104

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

Shades of Medium Sea Green #2BBA68

Tints of Medium Sea Green #2BBA68

RGB

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

 GREEN value IS 186 (73.05% from 255) = 55.86%

 BLUE value IS 104 (41.02% from 255) = 31.23%

R = 12.91%
G = 55.86%
B = 31.23%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.44

 K value IS 0.27

RGB Variations

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

Color information

#2BBA68 (or 0x2BBA68) is known color: Medium Sea Green. HEX triplet: 2B, BA and 68. RGB value is (43,186,104). Sum of RGB (Red+Green+Blue) = 43+186+104=333 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.91% from 333); Green value is 186 (73.05% from 255 or 55.86% from 333); Blue value is 104 (41.02% from 255 or 31.23% from 333); Max value from RGB is 186 - color contains mainly: green. Hex color #2BBA68 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BBA68 is #D44597. Grayscale: #868686. Windows color (decimal): -13911448 or 6863403. OLE color: 6863403.

HSL color Cylindrical-coordinate representation of color #2BBA68: hue angle of 145.59º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2BBA68 is Cyan = 0.77, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.27.

Color convert

RGB 43 186 104 -
CMYK 0.77 0 0.44 0.27
HSL 145.59º 0.62% 0.45% -
HSV(B) 145.59º 0.77% 0.73% -
XYZ 21.05 36.63 19.06 -
YUV 133.9 111.12 63.17 -
System Red Green Blue C M Y K H S L
Decimal 43 186 104 0.77 0 0.44 0.27 145.59 0.62 0.45
Hex 2B BA 68 4D 0 2C 1B 92 3E 2D
Octal 53 272 150 115 0 54 33 222 76 55
Binary 101011 10111010 1101000 1001101 0 101100 11011 10010010 111110 101101

Color Harmonies of #2BBA68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BBA68

Black with #2BBA68

Text Example


Text Example

White with #2BBA68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,186,104); }

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

background-color css

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

 a { background-color: rgb(43,186,104); }

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

border-color css

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

 span { border-color: rgb(43,186,104); }

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