Html Css Color HEX #2CAE73 Medium Sea Green

📋 copy color: '#2CAE73'

red 44 ◦ green 174 ◦ blue 115

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

Shades of Medium Sea Green #2CAE73

Tints of Medium Sea Green #2CAE73

RGB

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

 GREEN value IS 174 (68.36% from 255) = 52.25%

 BLUE value IS 115 (45.31% from 255) = 34.53%

R = 13.21%
G = 52.25%
B = 34.53%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.34

 K value IS 0.32

RGB Variations

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

Color information

#2CAE73 (or 0x2CAE73) is known color: Medium Sea Green. HEX triplet: 2C, AE and 73. RGB value is (44,174,115). Sum of RGB (Red+Green+Blue) = 44+174+115=333 (44% of max value = 765). Red value is 44 (17.58% from 255 or 13.21% from 333); Green value is 174 (68.36% from 255 or 52.25% from 333); Blue value is 115 (45.31% from 255 or 34.53% from 333); Max value from RGB is 174 - color contains mainly: green. Hex color #2CAE73 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2CAE73 is #D3518C. Grayscale: #808080. Windows color (decimal): -13848973 or 7581228. OLE color: 7581228.

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

Color convert

RGB 44 174 115 -
CMYK 0.75 0 0.34 0.32
HSL 152.77º 0.6% 0.43% -
HSV(B) 152.77º 0.75% 0.68% -
XYZ 19.27 32.05 21.39 -
YUV 128.4 120.43 67.8 -
System Red Green Blue C M Y K H S L
Decimal 44 174 115 0.75 0 0.34 0.32 152.77 0.6 0.43
Hex 2C AE 73 4B 0 22 20 99 3C 2B
Octal 54 256 163 113 0 42 40 231 74 53
Binary 101100 10101110 1110011 1001011 0 100010 100000 10011001 111100 101011

Color Harmonies of #2CAE73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CAE73

Black with #2CAE73

Text Example


Text Example

White with #2CAE73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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