Html Css Color HEX #2AB575 Medium Sea Green

📋 copy color: '#2AB575'

red 42 ◦ green 181 ◦ blue 117

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

Shades of Medium Sea Green #2AB575

Tints of Medium Sea Green #2AB575

RGB

 RED value IS 42 (16.8% from 255) = 12.35%

 GREEN value IS 181 (71.09% from 255) = 53.24%

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

R = 12.35%
G = 53.24%
B = 34.41%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.35

 K value IS 0.29

RGB Variations

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

Color information

#2AB575 (or 0x2AB575) is known color: Medium Sea Green. HEX triplet: 2A, B5 and 75. RGB value is (42,181,117). Sum of RGB (Red+Green+Blue) = 42+181+117=340 (45% of max value = 765). Red value is 42 (16.80% from 255 or 12.35% from 340); Green value is 181 (71.09% from 255 or 53.24% from 340); Blue value is 117 (46.09% from 255 or 34.41% from 340); Max value from RGB is 181 - color contains mainly: green. Hex color #2AB575 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AB575 is #D54A8A. Grayscale: #848484. Windows color (decimal): -13978251 or 7714090. OLE color: 7714090.

HSL color Cylindrical-coordinate representation of color #2AB575: hue angle of 152.37º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2AB575 is Cyan = 0.77, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.29.

Color convert

RGB 42 181 117 -
CMYK 0.77 0 0.35 0.29
HSL 152.37º 0.62% 0.44% -
HSV(B) 152.37º 0.77% 0.71% -
XYZ 20.69 34.82 22.46 -
YUV 132.14 119.45 63.7 -
System Red Green Blue C M Y K H S L
Decimal 42 181 117 0.77 0 0.35 0.29 152.37 0.62 0.44
Hex 2A B5 75 4D 0 23 1D 98 3E 2C
Octal 52 265 165 115 0 43 35 230 76 54
Binary 101010 10110101 1110101 1001101 0 100011 11101 10011000 111110 101100

Color Harmonies of #2AB575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AB575

Black with #2AB575

Text Example


Text Example

White with #2AB575

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,181,117); }

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

background-color css

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

 a { background-color: rgb(42,181,117); }

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

border-color css

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

 span { border-color: rgb(42,181,117); }

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