Html Css Color HEX #2AB964 Medium Sea Green

📋 copy color: '#2AB964'

red 42 ◦ green 185 ◦ blue 100

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

Shades of Medium Sea Green #2AB964

Tints of Medium Sea Green #2AB964

RGB

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

 GREEN value IS 185 (72.66% from 255) = 56.57%

 BLUE value IS 100 (39.45% from 255) = 30.58%

R = 12.84%
G = 56.57%
B = 30.58%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.46

 K value IS 0.27

RGB Variations

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

Color information

#2AB964 (or 0x2AB964) is known color: Medium Sea Green. HEX triplet: 2A, B9 and 64. RGB value is (42,185,100). Sum of RGB (Red+Green+Blue) = 42+185+100=327 (43% of max value = 765). Red value is 42 (16.80% from 255 or 12.84% from 327); Green value is 185 (72.66% from 255 or 56.57% from 327); Blue value is 100 (39.45% from 255 or 30.58% from 327); Max value from RGB is 185 - color contains mainly: green. Hex color #2AB964 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AB964 is #D5469B. Grayscale: #848484. Windows color (decimal): -13977244 or 6601002. OLE color: 6601002.

HSL color Cylindrical-coordinate representation of color #2AB964: hue angle of 144.34º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2AB964 is Cyan = 0.77, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.27.

Color convert

RGB 42 185 100 -
CMYK 0.77 0 0.46 0.27
HSL 144.34º 0.63% 0.45% -
HSV(B) 144.34º 0.77% 0.73% -
XYZ 20.6 36.11 17.94 -
YUV 132.55 109.62 63.41 -
System Red Green Blue C M Y K H S L
Decimal 42 185 100 0.77 0 0.46 0.27 144.34 0.63 0.45
Hex 2A B9 64 4D 0 2E 1B 90 3F 2D
Octal 52 271 144 115 0 56 33 220 77 55
Binary 101010 10111001 1100100 1001101 0 101110 11011 10010000 111111 101101

Color Harmonies of #2AB964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AB964

Black with #2AB964

Text Example


Text Example

White with #2AB964

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,185,100); }

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

background-color css

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

 a { background-color: rgb(42,185,100); }

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

border-color css

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

 span { border-color: rgb(42,185,100); }

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