Html Css Color HEX #2BCD7A Medium Sea Green

📋 copy color: '#2BCD7A'

red 43 ◦ green 205 ◦ blue 122

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

Shades of Medium Sea Green #2BCD7A

Tints of Medium Sea Green #2BCD7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 32.97%

R = 11.62%
G = 55.41%
B = 32.97%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.40

 K value IS 0.20

RGB Variations

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

Color information

#2BCD7A (or 0x2BCD7A) is known color: Medium Sea Green. HEX triplet: 2B, CD and 7A. RGB value is (43,205,122). Sum of RGB (Red+Green+Blue) = 43+205+122=370 (49% of max value = 765). Red value is 43 (17.19% from 255 or 11.62% from 370); Green value is 205 (80.47% from 255 or 55.41% from 370); Blue value is 122 (48.05% from 255 or 32.97% from 370); Max value from RGB is 205 - color contains mainly: green. Hex color #2BCD7A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BCD7A is #D43285. Grayscale: #939393. Windows color (decimal): -13906566 or 8047915. OLE color: 8047915.

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

Color convert

RGB 43 205 122 -
CMYK 0.79 0 0.40 0.20
HSL 149.26º 0.65% 0.49% -
HSV(B) 149.26º 0.79% 0.8% -
XYZ 26.34 45.58 25.82 -
YUV 147.1 113.83 53.75 -
System Red Green Blue C M Y K H S L
Decimal 43 205 122 0.79 0 0.40 0.20 149.26 0.65 0.49
Hex 2B CD 7A 4F 0 28 14 95 41 31
Octal 53 315 172 117 0 50 24 225 101 61
Binary 101011 11001101 1111010 1001111 0 101000 10100 10010101 1000001 110001

Color Harmonies of #2BCD7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BCD7A

Black with #2BCD7A

Text Example


Text Example

White with #2BCD7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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