Html Css Color HEX #2DCE7A Medium Sea Green

📋 copy color: '#2DCE7A'

red 45 ◦ green 206 ◦ blue 122

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

Shades of Medium Sea Green #2DCE7A

Tints of Medium Sea Green #2DCE7A

RGB

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

 GREEN value IS 206 (80.86% from 255) = 55.23%

 BLUE value IS 122 (48.05% from 255) = 32.71%

R = 12.06%
G = 55.23%
B = 32.71%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.41

 K value IS 0.19

RGB Variations

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

Color information

#2DCE7A (or 0x2DCE7A) is known color: Medium Sea Green. HEX triplet: 2D, CE and 7A. RGB value is (45,206,122). Sum of RGB (Red+Green+Blue) = 45+206+122=373 (49% of max value = 765). Red value is 45 (17.97% from 255 or 12.06% from 373); Green value is 206 (80.86% from 255 or 55.23% from 373); Blue value is 122 (48.05% from 255 or 32.71% from 373); Max value from RGB is 206 - color contains mainly: green. Hex color #2DCE7A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DCE7A is #D23185. Grayscale: #949494. Windows color (decimal): -13775238 or 8048173. OLE color: 8048173.

HSL color Cylindrical-coordinate representation of color #2DCE7A: hue angle of 148.7º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2DCE7A is Cyan = 0.78, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.19.

Color convert

RGB 45 206 122 -
CMYK 0.78 0 0.41 0.19
HSL 148.7º 0.64% 0.49% -
HSV(B) 148.7º 0.78% 0.81% -
XYZ 26.67 46.11 25.91 -
YUV 148.29 113.16 54.33 -
System Red Green Blue C M Y K H S L
Decimal 45 206 122 0.78 0 0.41 0.19 148.7 0.64 0.49
Hex 2D CE 7A 4E 0 29 13 95 40 31
Octal 55 316 172 116 0 51 23 225 100 61
Binary 101101 11001110 1111010 1001110 0 101001 10011 10010101 1000000 110001

Color Harmonies of #2DCE7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DCE7A

Black with #2DCE7A

Text Example


Text Example

White with #2DCE7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,206,122); }

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

background-color css

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

 a { background-color: rgb(45,206,122); }

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

border-color css

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

 span { border-color: rgb(45,206,122); }

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