Html Css Color HEX #2CC069 Medium Sea Green

📋 copy color: '#2CC069'

red 44 ◦ green 192 ◦ blue 105

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

Shades of Medium Sea Green #2CC069

Tints of Medium Sea Green #2CC069

RGB

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

 GREEN value IS 192 (75.39% from 255) = 56.3%

 BLUE value IS 105 (41.41% from 255) = 30.79%

R = 12.9%
G = 56.3%
B = 30.79%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.45

 K value IS 0.25

RGB Variations

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

Color information

#2CC069 (or 0x2CC069) is known color: Medium Sea Green. HEX triplet: 2C, C0 and 69. RGB value is (44,192,105). Sum of RGB (Red+Green+Blue) = 44+192+105=341 (45% of max value = 765). Red value is 44 (17.58% from 255 or 12.90% from 341); Green value is 192 (75.39% from 255 or 56.30% from 341); Blue value is 105 (41.41% from 255 or 30.79% from 341); Max value from RGB is 192 - color contains mainly: green. Hex color #2CC069 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CC069 is #D33F96. Grayscale: #8A8A8A. Windows color (decimal): -13844375 or 6930476. OLE color: 6930476.

HSL color Cylindrical-coordinate representation of color #2CC069: hue angle of 144.73º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2CC069 is Cyan = 0.77, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.25.

Color convert

RGB 44 192 105 -
CMYK 0.77 0 0.45 0.25
HSL 144.73º 0.63% 0.46% -
HSV(B) 144.73º 0.77% 0.75% -
XYZ 22.44 39.25 19.76 -
YUV 137.83 109.47 61.07 -
System Red Green Blue C M Y K H S L
Decimal 44 192 105 0.77 0 0.45 0.25 144.73 0.63 0.46
Hex 2C C0 69 4D 0 2D 19 91 3F 2E
Octal 54 300 151 115 0 55 31 221 77 56
Binary 101100 11000000 1101001 1001101 0 101101 11001 10010001 111111 101110

Color Harmonies of #2CC069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CC069

Black with #2CC069

Text Example


Text Example

White with #2CC069

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,192,105); }

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

background-color css

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

 a { background-color: rgb(44,192,105); }

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

border-color css

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

 span { border-color: rgb(44,192,105); }

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