Html Css Color HEX #2BAB6C Medium Sea Green

📋 copy color: '#2BAB6C'

red 43 ◦ green 171 ◦ blue 108

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

Shades of Medium Sea Green #2BAB6C

Tints of Medium Sea Green #2BAB6C

RGB

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

 GREEN value IS 171 (67.19% from 255) = 53.11%

 BLUE value IS 108 (42.58% from 255) = 33.54%

R = 13.35%
G = 53.11%
B = 33.54%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.37

 K value IS 0.33

RGB Variations

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

Color information

#2BAB6C (or 0x2BAB6C) is known color: Medium Sea Green. HEX triplet: 2B, AB and 6C. RGB value is (43,171,108). Sum of RGB (Red+Green+Blue) = 43+171+108=322 (42% of max value = 765). Red value is 43 (17.19% from 255 or 13.35% from 322); Green value is 171 (67.19% from 255 or 53.11% from 322); Blue value is 108 (42.58% from 255 or 33.54% from 322); Max value from RGB is 171 - color contains mainly: green. Hex color #2BAB6C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2BAB6C is #D45493. Grayscale: #7D7D7D. Windows color (decimal): -13915284 or 7121707. OLE color: 7121707.

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

Color convert

RGB 43 171 108 -
CMYK 0.75 0 0.37 0.33
HSL 150.47º 0.6% 0.42% -
HSV(B) 150.47º 0.75% 0.67% -
XYZ 18.27 30.72 19.15 -
YUV 125.55 118.09 69.12 -
System Red Green Blue C M Y K H S L
Decimal 43 171 108 0.75 0 0.37 0.33 150.47 0.6 0.42
Hex 2B AB 6C 4B 0 25 21 96 3C 2A
Octal 53 253 154 113 0 45 41 226 74 52
Binary 101011 10101011 1101100 1001011 0 100101 100001 10010110 111100 101010

Color Harmonies of #2BAB6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BAB6C

Black with #2BAB6C

Text Example


Text Example

White with #2BAB6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,171,108); }

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

background-color css

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

 a { background-color: rgb(43,171,108); }

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

border-color css

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

 span { border-color: rgb(43,171,108); }

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