Html Css Color HEX #2BBD6B Medium Sea Green

📋 copy color: '#2BBD6B'

red 43 ◦ green 189 ◦ blue 107

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

Shades of Medium Sea Green #2BBD6B

Tints of Medium Sea Green #2BBD6B

RGB

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

 GREEN value IS 189 (74.22% from 255) = 55.75%

 BLUE value IS 107 (42.19% from 255) = 31.56%

R = 12.68%
G = 55.75%
B = 31.56%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.43

 K value IS 0.26

RGB Variations

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

Color information

#2BBD6B (or 0x2BBD6B) is known color: Medium Sea Green. HEX triplet: 2B, BD and 6B. RGB value is (43,189,107). Sum of RGB (Red+Green+Blue) = 43+189+107=339 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.68% from 339); Green value is 189 (74.22% from 255 or 55.75% from 339); Blue value is 107 (42.19% from 255 or 31.56% from 339); Max value from RGB is 189 - color contains mainly: green. Hex color #2BBD6B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BBD6B is #D44294. Grayscale: #888888. Windows color (decimal): -13910677 or 7060779. OLE color: 7060779.

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

Color convert

RGB 43 189 107 -
CMYK 0.77 0 0.43 0.26
HSL 146.3º 0.63% 0.45% -
HSV(B) 146.3º 0.77% 0.74% -
XYZ 21.85 37.97 20.09 -
YUV 136 111.63 61.67 -
System Red Green Blue C M Y K H S L
Decimal 43 189 107 0.77 0 0.43 0.26 146.3 0.63 0.45
Hex 2B BD 6B 4D 0 2B 1A 92 3F 2D
Octal 53 275 153 115 0 53 32 222 77 55
Binary 101011 10111101 1101011 1001101 0 101011 11010 10010010 111111 101101

Color Harmonies of #2BBD6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BBD6B

Black with #2BBD6B

Text Example


Text Example

White with #2BBD6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,189,107); }

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

background-color css

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

 a { background-color: rgb(43,189,107); }

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

border-color css

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

 span { border-color: rgb(43,189,107); }

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