Html Css Color HEX #2BCC7B Medium Sea Green

📋 copy color: '#2BCC7B'

red 43 ◦ green 204 ◦ blue 123

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

Shades of Medium Sea Green #2BCC7B

Tints of Medium Sea Green #2BCC7B

RGB

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

 GREEN value IS 204 (80.08% from 255) = 55.14%

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

R = 11.62%
G = 55.14%
B = 33.24%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.40

 K value IS 0.2

RGB Variations

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

Color information

#2BCC7B (or 0x2BCC7B) is known color: Medium Sea Green. HEX triplet: 2B, CC and 7B. RGB value is (43,204,123). Sum of RGB (Red+Green+Blue) = 43+204+123=370 (49% of max value = 765). Red value is 43 (17.19% from 255 or 11.62% from 370); Green value is 204 (80.08% from 255 or 55.14% from 370); Blue value is 123 (48.44% from 255 or 33.24% from 370); Max value from RGB is 204 - color contains mainly: green. Hex color #2BCC7B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BCC7B is #D43384. Grayscale: #929292. Windows color (decimal): -13906821 or 8113195. OLE color: 8113195.

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

Color convert

RGB 43 204 123 -
CMYK 0.79 0 0.40 0.2
HSL 149.81º 0.65% 0.48% -
HSV(B) 149.81º 0.79% 0.8% -
XYZ 26.16 45.13 26.07 -
YUV 146.63 114.66 54.09 -
System Red Green Blue C M Y K H S L
Decimal 43 204 123 0.79 0 0.40 0.2 149.81 0.65 0.48
Hex 2B CC 7B 4F 0 28 14 96 41 30
Octal 53 314 173 117 0 50 24 226 101 60
Binary 101011 11001100 1111011 1001111 0 101000 10100 10010110 1000001 110000

Color Harmonies of #2BCC7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BCC7B

Black with #2BCC7B

Text Example


Text Example

White with #2BCC7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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