Html Css Color HEX #2CA66E Medium Sea Green

📋 copy color: '#2CA66E'

red 44 ◦ green 166 ◦ blue 110

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

Shades of Medium Sea Green #2CA66E

Tints of Medium Sea Green #2CA66E

RGB

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

 GREEN value IS 166 (65.23% from 255) = 51.88%

 BLUE value IS 110 (43.36% from 255) = 34.38%

R = 13.75%
G = 51.88%
B = 34.38%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.34

 K value IS 0.35

RGB Variations

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

Color information

#2CA66E (or 0x2CA66E) is known color: Medium Sea Green. HEX triplet: 2C, A6 and 6E. RGB value is (44,166,110). Sum of RGB (Red+Green+Blue) = 44+166+110=320 (42% of max value = 765). Red value is 44 (17.58% from 255 or 13.75% from 320); Green value is 166 (65.23% from 255 or 51.88% from 320); Blue value is 110 (43.36% from 255 or 34.38% from 320); Max value from RGB is 166 - color contains mainly: green. Hex color #2CA66E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2CA66E is #D35991. Grayscale: #7B7B7B. Windows color (decimal): -13851026 or 7251500. OLE color: 7251500.

HSL color Cylindrical-coordinate representation of color #2CA66E: hue angle of 152.46º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2CA66E is Cyan = 0.73, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.35.

Color convert

RGB 44 166 110 -
CMYK 0.73 0 0.34 0.35
HSL 152.46º 0.58% 0.41% -
HSV(B) 152.46º 0.73% 0.65% -
XYZ 17.49 28.93 19.41 -
YUV 123.14 120.58 71.55 -
System Red Green Blue C M Y K H S L
Decimal 44 166 110 0.73 0 0.34 0.35 152.46 0.58 0.41
Hex 2C A6 6E 49 0 22 23 98 3A 29
Octal 54 246 156 111 0 42 43 230 72 51
Binary 101100 10100110 1101110 1001001 0 100010 100011 10011000 111010 101001

Color Harmonies of #2CA66E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CA66E

Black with #2CA66E

Text Example


Text Example

White with #2CA66E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,166,110); }

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

background-color css

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

 a { background-color: rgb(44,166,110); }

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

border-color css

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

 span { border-color: rgb(44,166,110); }

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