#2CCB74

Color #2CCB74 Medium Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Sea Green #2CCB74

Tints of Medium Sea Green #2CCB74

Color information

#2CCB74 (or 0x2CCB74) is unknown color: approx Medium Sea Green. HEX triplet: 2C, CB and 74. RGB value is (44,203,116). Sum of RGB (Red+Green+Blue) = 44+203+116=363 (48% of max value = 765). Red value is 44 (17.58% from 255 or 12.12% from 363); Green value is 203 (79.69% from 255 or 55.92% from 363); Blue value is 116 (45.70% from 255 or 31.96% from 363); Max value from RGB is 203 - color contains mainly: green. Hex color #2CCB74 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CCB74 is #D3348B. Grayscale: #919191. Windows color (decimal): -13841548 or 7654188. OLE color: 7654188.

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

Color convert

RGB44203116-
CMYK0.7800.430.20
HSL147.17º64.37%48.43%-
HSV(B)147.17º78.33%79.61%-
XYZ25.5544.5123.77-
YUV145.54111.3255.57-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 12.12%
GREEN value IS 203 (79.69% from 255) = 55.92%
BLUE value IS 116 (45.70% from 255) = 31.96%
R=12.12%
G=55.92%
B=31.96%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal442031160.7800.430.20147.1764.3748.43
Hex2CCB744E02B14934030
Octal543131641160532422310060
Binary1011001100101111101001001110010101110100100100111000000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CCB74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #2CCB74;
 }
 .AnyTagClassName
 {
   color: #2CCB74;
 }
</style>
background-color css

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

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

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

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

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

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