Html Css Color HEX #2BBC7B Medium Sea Green

📋 copy color: '#2BBC7B'

red 43 ◦ green 188 ◦ blue 123

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

Shades of Medium Sea Green #2BBC7B

Tints of Medium Sea Green #2BBC7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 34.75%

R = 12.15%
G = 53.11%
B = 34.75%

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

#2BBC7B (or 0x2BBC7B) is known color: Medium Sea Green. HEX triplet: 2B, BC and 7B. RGB value is (43,188,123). Sum of RGB (Red+Green+Blue) = 43+188+123=354 (46% of max value = 765). Red value is 43 (17.19% from 255 or 12.15% from 354); Green value is 188 (73.83% from 255 or 53.11% from 354); Blue value is 123 (48.44% from 255 or 34.75% from 354); Max value from RGB is 188 - color contains mainly: green. Hex color #2BBC7B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BBC7B is #D44384. Grayscale: #898989. Windows color (decimal): -13910917 or 8109099. OLE color: 8109099.

HSL color Cylindrical-coordinate representation of color #2BBC7B: hue angle of 153.1º 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 #2BBC7B is Cyan = 0.77, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.26.

Color convert

RGB 43 188 123 -
CMYK 0.77 0 0.35 0.26
HSL 153.1º 0.63% 0.45% -
HSV(B) 153.1º 0.77% 0.74% -
XYZ 22.55 37.91 24.87 -
YUV 137.24 119.96 60.79 -
System Red Green Blue C M Y K H S L
Decimal 43 188 123 0.77 0 0.35 0.26 153.1 0.63 0.45
Hex 2B BC 7B 4D 0 23 1A 99 3F 2D
Octal 53 274 173 115 0 43 32 231 77 55
Binary 101011 10111100 1111011 1001101 0 100011 11010 10011001 111111 101101

Color Harmonies of #2BBC7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BBC7B

Black with #2BBC7B

Text Example


Text Example

White with #2BBC7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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