Html Css Color HEX #2BC074 Medium Sea Green

📋 copy color: '#2BC074'

red 43 ◦ green 192 ◦ blue 116

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

Shades of Medium Sea Green #2BC074

Tints of Medium Sea Green #2BC074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 33.05%

R = 12.25%
G = 54.7%
B = 33.05%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#2BC074 (or 0x2BC074) is known color: Medium Sea Green. HEX triplet: 2B, C0 and 74. RGB value is (43,192,116). Sum of RGB (Red+Green+Blue) = 43+192+116=351 (46% of max value = 765). Red value is 43 (17.19% from 255 or 12.25% from 351); Green value is 192 (75.39% from 255 or 54.70% from 351); Blue value is 116 (45.70% from 255 or 33.05% from 351); Max value from RGB is 192 - color contains mainly: green. Hex color #2BC074 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BC074 is #D43F8B. Grayscale: #8A8A8A. Windows color (decimal): -13909900 or 7651371. OLE color: 7651371.

HSL color Cylindrical-coordinate representation of color #2BC074: hue angle of 149.4º 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 #2BC074 is Cyan = 0.78, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.25.

Color convert

RGB 43 192 116 -
CMYK 0.78 0 0.40 0.25
HSL 149.4º 0.63% 0.46% -
HSV(B) 149.4º 0.78% 0.75% -
XYZ 23 39.47 22.93 -
YUV 138.79 115.14 59.68 -
System Red Green Blue C M Y K H S L
Decimal 43 192 116 0.78 0 0.40 0.25 149.4 0.63 0.46
Hex 2B C0 74 4E 0 28 19 95 3F 2E
Octal 53 300 164 116 0 50 31 225 77 56
Binary 101011 11000000 1110100 1001110 0 101000 11001 10010101 111111 101110

Color Harmonies of #2BC074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BC074

Black with #2BC074

Text Example


Text Example

White with #2BC074

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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