Html Css Color HEX #2CB779 Medium Sea Green

📋 copy color: '#2CB779'

red 44 ◦ green 183 ◦ blue 121

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

Shades of Medium Sea Green #2CB779

Tints of Medium Sea Green #2CB779

RGB

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

 GREEN value IS 183 (71.88% from 255) = 52.59%

 BLUE value IS 121 (47.66% from 255) = 34.77%

R = 12.64%
G = 52.59%
B = 34.77%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.34

 K value IS 0.28

RGB Variations

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

Color information

#2CB779 (or 0x2CB779) is known color: Medium Sea Green. HEX triplet: 2C, B7 and 79. RGB value is (44,183,121). Sum of RGB (Red+Green+Blue) = 44+183+121=348 (46% of max value = 765). Red value is 44 (17.58% from 255 or 12.64% from 348); Green value is 183 (71.88% from 255 or 52.59% from 348); Blue value is 121 (47.66% from 255 or 34.77% from 348); Max value from RGB is 183 - color contains mainly: green. Hex color #2CB779 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CB779 is #D34886. Grayscale: #868686. Windows color (decimal): -13846663 or 7976748. OLE color: 7976748.

HSL color Cylindrical-coordinate representation of color #2CB779: hue angle of 153.24º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2CB779 is Cyan = 0.76, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.28.

Color convert

RGB 44 183 121 -
CMYK 0.76 0 0.34 0.28
HSL 153.24º 0.61% 0.45% -
HSV(B) 153.24º 0.76% 0.72% -
XYZ 21.42 35.78 23.87 -
YUV 134.37 120.45 63.54 -
System Red Green Blue C M Y K H S L
Decimal 44 183 121 0.76 0 0.34 0.28 153.24 0.61 0.45
Hex 2C B7 79 4C 0 22 1C 99 3D 2D
Octal 54 267 171 114 0 42 34 231 75 55
Binary 101100 10110111 1111001 1001100 0 100010 11100 10011001 111101 101101

Color Harmonies of #2CB779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CB779

Black with #2CB779

Text Example


Text Example

White with #2CB779

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,183,121); }

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

background-color css

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

 a { background-color: rgb(44,183,121); }

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

border-color css

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

 span { border-color: rgb(44,183,121); }

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