Html Css Color HEX #2CC86A Medium Sea Green

📋 copy color: '#2CC86A'

red 44 ◦ green 200 ◦ blue 106

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

Shades of Medium Sea Green #2CC86A

Tints of Medium Sea Green #2CC86A

RGB

 RED value IS 44 (17.58% from 255) = 12.57%

 GREEN value IS 200 (78.52% from 255) = 57.14%

 BLUE value IS 106 (41.8% from 255) = 30.29%

R = 12.57%
G = 57.14%
B = 30.29%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.47

 K value IS 0.22

RGB Variations

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

Color information

#2CC86A (or 0x2CC86A) is known color: Medium Sea Green. HEX triplet: 2C, C8 and 6A. RGB value is (44,200,106). Sum of RGB (Red+Green+Blue) = 44+200+106=350 (46% of max value = 765). Red value is 44 (17.58% from 255 or 12.57% from 350); Green value is 200 (78.52% from 255 or 57.14% from 350); Blue value is 106 (41.80% from 255 or 30.29% from 350); Max value from RGB is 200 - color contains mainly: green. Hex color #2CC86A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CC86A is #D33795. Grayscale: #8E8E8E. Windows color (decimal): -13842326 or 6998060. OLE color: 6998060.

HSL color Cylindrical-coordinate representation of color #2CC86A: hue angle of 143.85º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2CC86A is Cyan = 0.78, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.22.

Color convert

RGB 44 200 106 -
CMYK 0.78 0 0.47 0.22
HSL 143.85º 0.64% 0.48% -
HSV(B) 143.85º 0.78% 0.78% -
XYZ 24.29 42.88 20.63 -
YUV 142.64 107.32 57.64 -
System Red Green Blue C M Y K H S L
Decimal 44 200 106 0.78 0 0.47 0.22 143.85 0.64 0.48
Hex 2C C8 6A 4E 0 2F 16 90 40 30
Octal 54 310 152 116 0 57 26 220 100 60
Binary 101100 11001000 1101010 1001110 0 101111 10110 10010000 1000000 110000

Color Harmonies of #2CC86A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CC86A

Black with #2CC86A

Text Example


Text Example

White with #2CC86A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,200,106); }

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

background-color css

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

 a { background-color: rgb(44,200,106); }

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

border-color css

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

 span { border-color: rgb(44,200,106); }

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