Html Css Color HEX #2BCD6B Medium Sea Green

📋 copy color: '#2BCD6B'

red 43 ◦ green 205 ◦ blue 107

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

Shades of Medium Sea Green #2BCD6B

Tints of Medium Sea Green #2BCD6B

RGB

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

 GREEN value IS 205 (80.47% from 255) = 57.75%

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

R = 12.11%
G = 57.75%
B = 30.14%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.48

 K value IS 0.20

RGB Variations

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

Color information

#2BCD6B (or 0x2BCD6B) is known color: Medium Sea Green. HEX triplet: 2B, CD and 6B. RGB value is (43,205,107). Sum of RGB (Red+Green+Blue) = 43+205+107=355 (47% of max value = 765). Red value is 43 (17.19% from 255 or 12.11% from 355); Green value is 205 (80.47% from 255 or 57.75% from 355); Blue value is 107 (42.19% from 255 or 30.14% from 355); Max value from RGB is 205 - color contains mainly: green. Hex color #2BCD6B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BCD6B is #D43294. Grayscale: #919191. Windows color (decimal): -13906581 or 7064875. OLE color: 7064875.

HSL color Cylindrical-coordinate representation of color #2BCD6B: hue angle of 143.7º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2BCD6B is Cyan = 0.79, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.20.

Color convert

RGB 43 205 107 -
CMYK 0.79 0 0.48 0.20
HSL 143.7º 0.65% 0.49% -
HSV(B) 143.7º 0.79% 0.8% -
XYZ 25.48 45.24 21.3 -
YUV 145.39 106.33 54.97 -
System Red Green Blue C M Y K H S L
Decimal 43 205 107 0.79 0 0.48 0.20 143.7 0.65 0.49
Hex 2B CD 6B 4F 0 30 14 90 41 31
Octal 53 315 153 117 0 60 24 220 101 61
Binary 101011 11001101 1101011 1001111 0 110000 10100 10010000 1000001 110001

Color Harmonies of #2BCD6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BCD6B

Black with #2BCD6B

Text Example


Text Example

White with #2BCD6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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