Html Css Color HEX #2BC07A Medium Sea Green

📋 copy color: '#2BC07A'

red 43 ◦ green 192 ◦ blue 122

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

Shades of Medium Sea Green #2BC07A

Tints of Medium Sea Green #2BC07A

RGB

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

 GREEN value IS 192 (75.39% from 255) = 53.78%

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

R = 12.04%
G = 53.78%
B = 34.17%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.36

 K value IS 0.25

RGB Variations

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

Color information

#2BC07A (or 0x2BC07A) is known color: Medium Sea Green. HEX triplet: 2B, C0 and 7A. RGB value is (43,192,122). Sum of RGB (Red+Green+Blue) = 43+192+122=357 (47% of max value = 765). Red value is 43 (17.19% from 255 or 12.04% from 357); Green value is 192 (75.39% from 255 or 53.78% from 357); Blue value is 122 (48.05% from 255 or 34.17% from 357); Max value from RGB is 192 - color contains mainly: green. Hex color #2BC07A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BC07A is #D43F85. Grayscale: #8B8B8B. Windows color (decimal): -13909894 or 8044587. OLE color: 8044587.

HSL color Cylindrical-coordinate representation of color #2BC07A: hue angle of 151.81º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2BC07A is Cyan = 0.78, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.25.

Color convert

RGB 43 192 122 -
CMYK 0.78 0 0.36 0.25
HSL 151.81º 0.63% 0.46% -
HSV(B) 151.81º 0.78% 0.75% -
XYZ 23.36 39.62 24.83 -
YUV 139.47 118.14 59.19 -
System Red Green Blue C M Y K H S L
Decimal 43 192 122 0.78 0 0.36 0.25 151.81 0.63 0.46
Hex 2B C0 7A 4E 0 24 19 98 3F 2E
Octal 53 300 172 116 0 44 31 230 77 56
Binary 101011 11000000 1111010 1001110 0 100100 11001 10011000 111111 101110

Color Harmonies of #2BC07A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BC07A

Black with #2BC07A

Text Example


Text Example

White with #2BC07A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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