#2CCB73

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

Shades of Medium Sea Green #2CCB73

Tints of Medium Sea Green #2CCB73

Color information

#2CCB73 (or 0x2CCB73) is unknown color: approx Medium Sea Green. HEX triplet: 2C, CB and 73. RGB value is (44,203,115). Sum of RGB (Red+Green+Blue) = 44+203+115=362 (47% of max value = 765). Red value is 44 (17.58% from 255 or 12.15% from 362); Green value is 203 (79.69% from 255 or 56.08% from 362); Blue value is 115 (45.31% from 255 or 31.77% from 362); Max value from RGB is 203 - color contains mainly: green. Hex color #2CCB73 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CCB73 is #D3348C. Grayscale: #919191. Windows color (decimal): -13841549 or 7588652. OLE color: 7588652.

HSL color Cylindrical-coordinate representation of color #2CCB73: hue angle of 146.79º 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 #2CCB73 is Cyan = 0.78, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.20.

Color convert

RGB44203115-
CMYK0.7800.430.20
HSL146.79º64.37%48.43%-
HSV(B)146.79º78.33%79.61%-
XYZ25.4944.4923.46-
YUV145.43110.8255.66-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 12.15%
GREEN value IS 203 (79.69% from 255) = 56.08%
BLUE value IS 115 (45.31% from 255) = 31.77%
R=12.15%
G=56.08%
B=31.77%

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
Decimal442031150.7800.430.20146.7964.3748.43
Hex2CCB734E02B14934030
Octal543131631160532422310060
Binary1011001100101111100111001110010101110100100100111000000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CCB73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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