Html Css Color HEX #2BAD6A Medium Sea Green

📋 copy color: '#2BAD6A'

red 43 ◦ green 173 ◦ blue 106

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

Shades of Medium Sea Green #2BAD6A

Tints of Medium Sea Green #2BAD6A

RGB

 RED value IS 43 (17.19% from 255) = 13.35%

 GREEN value IS 173 (67.97% from 255) = 53.73%

 BLUE value IS 106 (41.8% from 255) = 32.92%

R = 13.35%
G = 53.73%
B = 32.92%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.39

 K value IS 0.32

RGB Variations

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

Color information

#2BAD6A (or 0x2BAD6A) is known color: Medium Sea Green. HEX triplet: 2B, AD and 6A. RGB value is (43,173,106). Sum of RGB (Red+Green+Blue) = 43+173+106=322 (42% of max value = 765). Red value is 43 (17.19% from 255 or 13.35% from 322); Green value is 173 (67.97% from 255 or 53.73% from 322); Blue value is 106 (41.80% from 255 or 32.92% from 322); Max value from RGB is 173 - color contains mainly: green. Hex color #2BAD6A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2BAD6A is #D45295. Grayscale: #7E7E7E. Windows color (decimal): -13914774 or 6991147. OLE color: 6991147.

HSL color Cylindrical-coordinate representation of color #2BAD6A: hue angle of 149.08º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2BAD6A is Cyan = 0.75, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.32.

Color convert

RGB 43 173 106 -
CMYK 0.75 0 0.39 0.32
HSL 149.08º 0.6% 0.42% -
HSV(B) 149.08º 0.75% 0.68% -
XYZ 18.54 31.44 18.73 -
YUV 126.49 116.43 68.45 -
System Red Green Blue C M Y K H S L
Decimal 43 173 106 0.75 0 0.39 0.32 149.08 0.6 0.42
Hex 2B AD 6A 4B 0 27 20 95 3C 2A
Octal 53 255 152 113 0 47 40 225 74 52
Binary 101011 10101101 1101010 1001011 0 100111 100000 10010101 111100 101010

Color Harmonies of #2BAD6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BAD6A

Black with #2BAD6A

Text Example


Text Example

White with #2BAD6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,173,106); }

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

background-color css

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

 a { background-color: rgb(43,173,106); }

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

border-color css

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

 span { border-color: rgb(43,173,106); }

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