Html Css Color HEX #2DAE75 Medium Sea Green

📋 copy color: '#2DAE75'

red 45 ◦ green 174 ◦ blue 117

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

Shades of Medium Sea Green #2DAE75

Tints of Medium Sea Green #2DAE75

RGB

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

 GREEN value IS 174 (68.36% from 255) = 51.79%

 BLUE value IS 117 (46.09% from 255) = 34.82%

R = 13.39%
G = 51.79%
B = 34.82%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.33

 K value IS 0.32

RGB Variations

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

Color information

#2DAE75 (or 0x2DAE75) is known color: Medium Sea Green. HEX triplet: 2D, AE and 75. RGB value is (45,174,117). Sum of RGB (Red+Green+Blue) = 45+174+117=336 (44% of max value = 765). Red value is 45 (17.97% from 255 or 13.39% from 336); Green value is 174 (68.36% from 255 or 51.79% from 336); Blue value is 117 (46.09% from 255 or 34.82% from 336); Max value from RGB is 174 - color contains mainly: green. Hex color #2DAE75 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2DAE75 is #D2518A. Grayscale: #818181. Windows color (decimal): -13783435 or 7712301. OLE color: 7712301.

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

Color convert

RGB 45 174 117 -
CMYK 0.74 0 0.33 0.32
HSL 153.49º 0.59% 0.43% -
HSV(B) 153.49º 0.74% 0.68% -
XYZ 19.43 32.11 22 -
YUV 128.93 121.26 68.13 -
System Red Green Blue C M Y K H S L
Decimal 45 174 117 0.74 0 0.33 0.32 153.49 0.59 0.43
Hex 2D AE 75 4A 0 21 20 99 3B 2B
Octal 55 256 165 112 0 41 40 231 73 53
Binary 101101 10101110 1110101 1001010 0 100001 100000 10011001 111011 101011

Color Harmonies of #2DAE75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DAE75

Black with #2DAE75

Text Example


Text Example

White with #2DAE75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,174,117); }

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

background-color css

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

 a { background-color: rgb(45,174,117); }

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

border-color css

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

 span { border-color: rgb(45,174,117); }

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