Html Css Color HEX #2DAC6B Medium Sea Green

📋 copy color: '#2DAC6B'

red 45 ◦ green 172 ◦ blue 107

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

Shades of Medium Sea Green #2DAC6B

Tints of Medium Sea Green #2DAC6B

RGB

 RED value IS 45 (17.97% from 255) = 13.89%

 GREEN value IS 172 (67.58% from 255) = 53.09%

 BLUE value IS 107 (42.19% from 255) = 33.02%

R = 13.89%
G = 53.09%
B = 33.02%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.38

 K value IS 0.33

RGB Variations

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

Color information

#2DAC6B (or 0x2DAC6B) is known color: Medium Sea Green. HEX triplet: 2D, AC and 6B. RGB value is (45,172,107). Sum of RGB (Red+Green+Blue) = 45+172+107=324 (42% of max value = 765). Red value is 45 (17.97% from 255 or 13.89% from 324); Green value is 172 (67.58% from 255 or 53.09% from 324); Blue value is 107 (42.19% from 255 or 33.02% from 324); Max value from RGB is 172 - color contains mainly: green. Hex color #2DAC6B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2DAC6B is #D25394. Grayscale: #7E7E7E. Windows color (decimal): -13783957 or 7056429. OLE color: 7056429.

HSL color Cylindrical-coordinate representation of color #2DAC6B: hue angle of 149.29º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2DAC6B is Cyan = 0.74, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.33.

Color convert

RGB 45 172 107 -
CMYK 0.74 0 0.38 0.33
HSL 149.29º 0.59% 0.43% -
HSV(B) 149.29º 0.74% 0.67% -
XYZ 18.49 31.12 18.94 -
YUV 126.62 116.92 69.79 -
System Red Green Blue C M Y K H S L
Decimal 45 172 107 0.74 0 0.38 0.33 149.29 0.59 0.43
Hex 2D AC 6B 4A 0 26 21 95 3B 2B
Octal 55 254 153 112 0 46 41 225 73 53
Binary 101101 10101100 1101011 1001010 0 100110 100001 10010101 111011 101011

Color Harmonies of #2DAC6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DAC6B

Black with #2DAC6B

Text Example


Text Example

White with #2DAC6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,172,107); }

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

background-color css

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

 a { background-color: rgb(45,172,107); }

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

border-color css

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

 span { border-color: rgb(45,172,107); }

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