Html Css Color HEX #2DCA7A Medium Sea Green

📋 copy color: '#2DCA7A'

red 45 ◦ green 202 ◦ blue 122

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

Shades of Medium Sea Green #2DCA7A

Tints of Medium Sea Green #2DCA7A

RGB

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

 GREEN value IS 202 (79.3% from 255) = 54.74%

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

R = 12.2%
G = 54.74%
B = 33.06%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.40

 K value IS 0.21

RGB Variations

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

Color information

#2DCA7A (or 0x2DCA7A) is known color: Medium Sea Green. HEX triplet: 2D, CA and 7A. RGB value is (45,202,122). Sum of RGB (Red+Green+Blue) = 45+202+122=369 (48% of max value = 765). Red value is 45 (17.97% from 255 or 12.20% from 369); Green value is 202 (79.30% from 255 or 54.74% from 369); Blue value is 122 (48.05% from 255 or 33.06% from 369); Max value from RGB is 202 - color contains mainly: green. Hex color #2DCA7A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DCA7A is #D23585. Grayscale: #929292. Windows color (decimal): -13776262 or 8047149. OLE color: 8047149.

HSL color Cylindrical-coordinate representation of color #2DCA7A: hue angle of 149.43º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2DCA7A is Cyan = 0.78, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.21.

Color convert

RGB 45 202 122 -
CMYK 0.78 0 0.40 0.21
HSL 149.43º 0.64% 0.48% -
HSV(B) 149.43º 0.78% 0.79% -
XYZ 25.72 44.2 25.59 -
YUV 145.94 114.49 56 -
System Red Green Blue C M Y K H S L
Decimal 45 202 122 0.78 0 0.40 0.21 149.43 0.64 0.48
Hex 2D CA 7A 4E 0 28 15 95 40 30
Octal 55 312 172 116 0 50 25 225 100 60
Binary 101101 11001010 1111010 1001110 0 101000 10101 10010101 1000000 110000

Color Harmonies of #2DCA7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DCA7A

Black with #2DCA7A

Text Example


Text Example

White with #2DCA7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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