Html Css Color HEX #2AB675 Medium Sea Green

📋 copy color: '#2AB675'

red 42 ◦ green 182 ◦ blue 117

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

Shades of Medium Sea Green #2AB675

Tints of Medium Sea Green #2AB675

RGB

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

 GREEN value IS 182 (71.48% from 255) = 53.37%

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

R = 12.32%
G = 53.37%
B = 34.31%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.36

 K value IS 0.29

RGB Variations

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

Color information

#2AB675 (or 0x2AB675) is known color: Medium Sea Green. HEX triplet: 2A, B6 and 75. RGB value is (42,182,117). Sum of RGB (Red+Green+Blue) = 42+182+117=341 (45% of max value = 765). Red value is 42 (16.80% from 255 or 12.32% from 341); Green value is 182 (71.48% from 255 or 53.37% from 341); Blue value is 117 (46.09% from 255 or 34.31% from 341); Max value from RGB is 182 - color contains mainly: green. Hex color #2AB675 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AB675 is #D5498A. Grayscale: #848484. Windows color (decimal): -13977995 or 7714346. OLE color: 7714346.

HSL color Cylindrical-coordinate representation of color #2AB675: hue angle of 152.14º 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 #2AB675 is Cyan = 0.77, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.29.

Color convert

RGB 42 182 117 -
CMYK 0.77 0 0.36 0.29
HSL 152.14º 0.63% 0.44% -
HSV(B) 152.14º 0.77% 0.71% -
XYZ 20.89 35.23 22.53 -
YUV 132.73 119.12 63.29 -
System Red Green Blue C M Y K H S L
Decimal 42 182 117 0.77 0 0.36 0.29 152.14 0.63 0.44
Hex 2A B6 75 4D 0 24 1D 98 3E 2C
Octal 52 266 165 115 0 44 35 230 76 54
Binary 101010 10110110 1110101 1001101 0 100100 11101 10011000 111110 101100

Color Harmonies of #2AB675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AB675

Black with #2AB675

Text Example


Text Example

White with #2AB675

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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