Html Css Color HEX #2CB874 Medium Sea Green

📋 copy color: '#2CB874'

red 44 ◦ green 184 ◦ blue 116

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

Shades of Medium Sea Green #2CB874

Tints of Medium Sea Green #2CB874

RGB

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

 GREEN value IS 184 (72.27% from 255) = 53.49%

 BLUE value IS 116 (45.7% from 255) = 33.72%

R = 12.79%
G = 53.49%
B = 33.72%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.37

 K value IS 0.28

RGB Variations

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

Color information

#2CB874 (or 0x2CB874) is known color: Medium Sea Green. HEX triplet: 2C, B8 and 74. RGB value is (44,184,116). Sum of RGB (Red+Green+Blue) = 44+184+116=344 (45% of max value = 765). Red value is 44 (17.58% from 255 or 12.79% from 344); Green value is 184 (72.27% from 255 or 53.49% from 344); Blue value is 116 (45.70% from 255 or 33.72% from 344); Max value from RGB is 184 - color contains mainly: green. Hex color #2CB874 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CB874 is #D3478B. Grayscale: #868686. Windows color (decimal): -13846412 or 7649324. OLE color: 7649324.

HSL color Cylindrical-coordinate representation of color #2CB874: hue angle of 150.86º 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 #2CB874 is Cyan = 0.76, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.28.

Color convert

RGB 44 184 116 -
CMYK 0.76 0 0.37 0.28
HSL 150.86º 0.61% 0.45% -
HSV(B) 150.86º 0.76% 0.72% -
XYZ 21.33 36.08 22.36 -
YUV 134.39 117.62 63.53 -
System Red Green Blue C M Y K H S L
Decimal 44 184 116 0.76 0 0.37 0.28 150.86 0.61 0.45
Hex 2C B8 74 4C 0 25 1C 97 3D 2D
Octal 54 270 164 114 0 45 34 227 75 55
Binary 101100 10111000 1110100 1001100 0 100101 11100 10010111 111101 101101

Color Harmonies of #2CB874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CB874

Black with #2CB874

Text Example


Text Example

White with #2CB874

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,184,116); }

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

background-color css

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

 a { background-color: rgb(44,184,116); }

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

border-color css

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

 span { border-color: rgb(44,184,116); }

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