Html Css Color HEX #2BBD6D Medium Sea Green

📋 copy color: '#2BBD6D'

red 43 ◦ green 189 ◦ blue 109

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

Shades of Medium Sea Green #2BBD6D

Tints of Medium Sea Green #2BBD6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 31.96%

R = 12.61%
G = 55.43%
B = 31.96%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.42

 K value IS 0.26

RGB Variations

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

Color information

#2BBD6D (or 0x2BBD6D) is known color: Medium Sea Green. HEX triplet: 2B, BD and 6D. RGB value is (43,189,109). Sum of RGB (Red+Green+Blue) = 43+189+109=341 (45% of max value = 765). Red value is 43 (17.19% from 255 or 12.61% from 341); Green value is 189 (74.22% from 255 or 55.43% from 341); Blue value is 109 (42.97% from 255 or 31.96% from 341); Max value from RGB is 189 - color contains mainly: green. Hex color #2BBD6D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BBD6D is #D44292. Grayscale: #888888. Windows color (decimal): -13910675 or 7191851. OLE color: 7191851.

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

Color convert

RGB 43 189 109 -
CMYK 0.77 0 0.42 0.26
HSL 147.12º 0.63% 0.45% -
HSV(B) 147.12º 0.77% 0.74% -
XYZ 21.95 38.01 20.65 -
YUV 136.23 112.63 61.5 -
System Red Green Blue C M Y K H S L
Decimal 43 189 109 0.77 0 0.42 0.26 147.12 0.63 0.45
Hex 2B BD 6D 4D 0 2A 1A 93 3F 2D
Octal 53 275 155 115 0 52 32 223 77 55
Binary 101011 10111101 1101101 1001101 0 101010 11010 10010011 111111 101101

Color Harmonies of #2BBD6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BBD6D

Black with #2BBD6D

Text Example


Text Example

White with #2BBD6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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