Html Css Color HEX #2BBC7A Medium Sea Green

📋 copy color: '#2BBC7A'

red 43 ◦ green 188 ◦ blue 122

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

Shades of Medium Sea Green #2BBC7A

Tints of Medium Sea Green #2BBC7A

RGB

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

 GREEN value IS 188 (73.83% from 255) = 53.26%

 BLUE value IS 122 (48.05% from 255) = 34.56%

R = 12.18%
G = 53.26%
B = 34.56%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.35

 K value IS 0.26

RGB Variations

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

Color information

#2BBC7A (or 0x2BBC7A) is known color: Medium Sea Green. HEX triplet: 2B, BC and 7A. RGB value is (43,188,122). Sum of RGB (Red+Green+Blue) = 43+188+122=353 (46% of max value = 765). Red value is 43 (17.19% from 255 or 12.18% from 353); Green value is 188 (73.83% from 255 or 53.26% from 353); Blue value is 122 (48.05% from 255 or 34.56% from 353); Max value from RGB is 188 - color contains mainly: green. Hex color #2BBC7A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BBC7A is #D44385. Grayscale: #898989. Windows color (decimal): -13910918 or 8043563. OLE color: 8043563.

HSL color Cylindrical-coordinate representation of color #2BBC7A: hue angle of 152.69º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2BBC7A is Cyan = 0.77, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.26.

Color convert

RGB 43 188 122 -
CMYK 0.77 0 0.35 0.26
HSL 152.69º 0.63% 0.45% -
HSV(B) 152.69º 0.77% 0.74% -
XYZ 22.49 37.89 24.54 -
YUV 137.12 119.46 60.87 -
System Red Green Blue C M Y K H S L
Decimal 43 188 122 0.77 0 0.35 0.26 152.69 0.63 0.45
Hex 2B BC 7A 4D 0 23 1A 99 3F 2D
Octal 53 274 172 115 0 43 32 231 77 55
Binary 101011 10111100 1111010 1001101 0 100011 11010 10011001 111111 101101

Color Harmonies of #2BBC7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BBC7A

Black with #2BBC7A

Text Example


Text Example

White with #2BBC7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,188,122); }

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

background-color css

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

 a { background-color: rgb(43,188,122); }

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

border-color css

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

 span { border-color: rgb(43,188,122); }

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