Html Css Color HEX #2CB16C Medium Sea Green

📋 copy color: '#2CB16C'

red 44 ◦ green 177 ◦ blue 108

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

Shades of Medium Sea Green #2CB16C

Tints of Medium Sea Green #2CB16C

RGB

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

 GREEN value IS 177 (69.53% from 255) = 53.8%

 BLUE value IS 108 (42.58% from 255) = 32.83%

R = 13.37%
G = 53.8%
B = 32.83%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.39

 K value IS 0.31

RGB Variations

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

Color information

#2CB16C (or 0x2CB16C) is known color: Medium Sea Green. HEX triplet: 2C, B1 and 6C. RGB value is (44,177,108). Sum of RGB (Red+Green+Blue) = 44+177+108=329 (43% of max value = 765). Red value is 44 (17.58% from 255 or 13.37% from 329); Green value is 177 (69.53% from 255 or 53.80% from 329); Blue value is 108 (42.58% from 255 or 32.83% from 329); Max value from RGB is 177 - color contains mainly: green. Hex color #2CB16C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2CB16C is #D34E93. Grayscale: #818181. Windows color (decimal): -13848212 or 7123244. OLE color: 7123244.

HSL color Cylindrical-coordinate representation of color #2CB16C: hue angle of 148.87º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2CB16C is Cyan = 0.75, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.31.

Color convert

RGB 44 177 108 -
CMYK 0.75 0 0.39 0.31
HSL 148.87º 0.6% 0.43% -
HSV(B) 148.87º 0.75% 0.69% -
XYZ 19.47 33.06 19.54 -
YUV 129.37 115.94 67.11 -
System Red Green Blue C M Y K H S L
Decimal 44 177 108 0.75 0 0.39 0.31 148.87 0.6 0.43
Hex 2C B1 6C 4B 0 27 1F 95 3C 2B
Octal 54 261 154 113 0 47 37 225 74 53
Binary 101100 10110001 1101100 1001011 0 100111 11111 10010101 111100 101011

Color Harmonies of #2CB16C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CB16C

Black with #2CB16C

Text Example


Text Example

White with #2CB16C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,177,108); }

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

background-color css

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

 a { background-color: rgb(44,177,108); }

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

border-color css

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

 span { border-color: rgb(44,177,108); }

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